* Missing files
* Work on post exploration code by traversing dates
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
class CommentVotesController < ApplicationController
|
||||
def create
|
||||
@comment = Comment.find(params[:comment_id])
|
||||
@comment.vote!(params[:score])
|
||||
rescue CommentVote::Error => x
|
||||
@error = x
|
||||
end
|
||||
|
||||
def destroy
|
||||
|
||||
Reference in New Issue
Block a user