module ActiveAdmin::BatchActions::ResourceExtension
def remove_batch_action(sym)
-
(ActiveAdmin::BatchAction)
- the batch action, if it was present
Parameters:
-
sym
(Symbol
) --
def remove_batch_action(sym) @batch_actions.delete(sym.to_sym) end