Skip to content
Snippets Groups Projects
Commit 1b27c3c5 authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove `Note#system?` "override"

This method was duplicating default Rails behavior.
parent eb3ca328
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment