This commit is contained in:
albert
2010-11-19 16:24:17 -05:00
parent a156cc8c62
commit c6304c6e08
41 changed files with 346 additions and 53 deletions

View File

@@ -5,7 +5,4 @@ class CommentVotesController < ApplicationController
rescue CommentVote::Error => x
@error = x
end
def destroy
end
end