Commit 1b27c3c5 authored by Robert Speicher's avatar Robert Speicher

Remove `Note#system?` "override"

This method was duplicating default Rails behavior.
parent eb3ca328
......@@ -342,10 +342,6 @@ class Note < ActiveRecord::Base
Event.reset_event_cache_for(self)
end
def system?
read_attribute(:system)
end
def downvote?
is_award && note == "thumbsdown"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment