change more links to searches

This commit is contained in:
albert
2012-03-22 18:05:17 -04:00
parent 779d83e253
commit 054929c7a5
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class ForumPost < ActiveRecord::Base
end
def editable_by?(user)
creator_id == user.id || user.is_moderator?
creator_id == user.id || user.is_janitor?
end
def update_topic_updated_at