a TON of bugfixes and new features

This commit is contained in:
jomo
2014-04-28 03:01:33 +02:00
parent a6ba503e73
commit 65f5adf65d
59 changed files with 1023 additions and 970 deletions

View File

@@ -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