notify_user is not a flag

This commit is contained in:
Sam 2013-09-30 15:26:19 +10:00
parent a2690efa61
commit 6fbc5af284
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class PostActionType < ActiveRecord::Base
end
def flag_types
@flag_types ||= types.only(:off_topic, :spam, :inappropriate, :notify_user, :notify_moderators)
@flag_types ||= types.only(:off_topic, :spam, :inappropriate, :notify_moderators)
end
# flags resulting in mod notifications