From 6fbc5af284313ed58bcb9cb217ebe5b0f313fa01 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 30 Sep 2013 15:26:19 +1000 Subject: [PATCH] notify_user is not a flag --- app/models/post_action_type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/post_action_type.rb b/app/models/post_action_type.rb index 96c42945fe..cc76d233aa 100644 --- a/app/models/post_action_type.rb +++ b/app/models/post_action_type.rb @@ -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