handle some common error cases
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class CommentVotesController < ApplicationController
|
||||
respond_to :js
|
||||
before_filter :member_only
|
||||
|
||||
def create
|
||||
@comment = Comment.find(params[:comment_id])
|
||||
|
||||
Reference in New Issue
Block a user