module ActiveAdmin::BatchActions::ResourceExtension

def batch_actions=(bool)

Set to `nil` to inherit the setting from the namespace
Disable or Enable batch actions for this resource
def batch_actions=(bool)
  @batch_actions_enabled = bool
end