about summary refs log tree commit diff
path: root/app/models/form/status_batch.rb
diff options
context:
space:
mode:
authorpluralcafe-docker <git@plural.cafe>2019-01-04 21:19:55 +0000
committerpluralcafe-docker <git@plural.cafe>2019-01-04 21:19:55 +0000
commit74134e490c49d8a7d88cc69720e22cd88cee9233 (patch)
treebd7fc8d41f7887037401ff86c81bc93d5fb00d01 /app/models/form/status_batch.rb
parent797a8429a0deb511e6d6092edad39f856231534e (diff)
parent0acd51acdc1e670bf57f58671cb8e30743782c63 (diff)
Merge branch 'glitch'
Diffstat (limited to 'app/models/form/status_batch.rb')
-rw-r--r--app/models/form/status_batch.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/form/status_batch.rb b/app/models/form/status_batch.rb
index 8f5fd1fa2..898728067 100644
--- a/app/models/form/status_batch.rb
+++ b/app/models/form/status_batch.rb
@@ -6,8 +6,6 @@ class Form::StatusBatch
 
   attr_accessor :status_ids, :action, :current_account
 
-  ACTION_TYPE = %w(nsfw_on nsfw_off delete).freeze
-
   def save
     case action
     when 'nsfw_on', 'nsfw_off'