notify_user is not a flag
This commit is contained in:
parent
a2690efa61
commit
6fbc5af284
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue