This commit is contained in:
albert
2012-01-06 18:37:08 -05:00
parent 720ebdc877
commit fd300ad346
4 changed files with 18 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
class PostVotesController < ApplicationController
before_filter :member_only
before_filter :privileged_only
def create
@post = Post.find(params[:post_id])