a TON of bugfixes and new features
This commit is contained in:
@@ -21,6 +21,11 @@ class Threadreply < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def editor
|
||||
# can be nil
|
||||
@editor ||= user_editor
|
||||
end
|
||||
|
||||
def edited?
|
||||
!!user_editor_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user