Method: Engine2::ActionBulkDeleteSupport.included

Defined in:
lib/engine2/action.rb

.included(action) ⇒ Object



1200
1201
1202
1203
# File 'lib/engine2/action.rb', line 1200

def self.included action
    action.http_method :delete
    action.action_type :bulk_delete
end