we're not doing comment flagging, remove

This commit is contained in:
joshua stein 2012-10-09 11:04:43 -05:00
parent c0ba39834b
commit c4f1a5e756

View file

@ -244,10 +244,6 @@ class Comment < ActiveRecord::Base
comment
end
def flag!
Story.update_counters self.id, :flaggings => 1
end
def has_been_edited?
self.updated_at && (self.updated_at - self.created_at > 1.minute)
end