Browse Source

Remove Form::StatusBatch::ACTION_TYPE unused (#9623)

pull/4/head
ysksn 5 years ago
committed by Eugen Rochko
parent
commit
6641a1cac9
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      app/models/form/status_batch.rb

+ 0
- 2
app/models/form/status_batch.rb View File

@ -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'

Loading…
Cancel
Save