module ActiveAdmin::BatchActions::ResourceExtension
def batch_actions
-
(Array)
- The set of batch actions for this resource
def batch_actions batch_actions_enabled? ? @batch_actions.values.sort : [] end
(Array)
- The set of batch actions for this resource
def batch_actions batch_actions_enabled? ? @batch_actions.values.sort : [] end