diff --git a/app/models/comment.rb b/app/models/comment.rb index 187e35037..e9bb59775 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -36,10 +36,6 @@ class Comment < ActiveRecord::Base c_type.constantize.find(c_id) end - def debate - commentable if commentable.class == Debate - end - def author_id user_id end