From 53ea8942e8650e11f4a73777d093ac6ca2648bf0 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 8 Feb 2017 12:09:08 -0500 Subject: [PATCH] action to be reserved for assigned plugin --- app/models/user_action.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/user_action.rb b/app/models/user_action.rb index 5051302b81..13e4dea91a 100644 --- a/app/models/user_action.rb +++ b/app/models/user_action.rb @@ -19,6 +19,7 @@ class UserAction < ActiveRecord::Base GOT_PRIVATE_MESSAGE = 13 PENDING = 14 SOLVED = 15 + ASSIGNED = 16 ORDER = Hash[*[ GOT_PRIVATE_MESSAGE, @@ -34,6 +35,7 @@ class UserAction < ActiveRecord::Base BOOKMARK, EDIT, SOLVED, + ASSIGNED, ].each_with_index.to_a.flatten] # note, this is temporary until we upgrade to rails 4