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