module ActiveAdmin::BatchActions::ResourceExtension
def add_batch_action(sym, title, options = {}, &block)
-
options
(Hash
) -- -
title
(String
) --
def add_batch_action(sym, title, options = {}, &block) @batch_actions[sym] = ActiveAdmin::BatchAction.new(sym, title, options, &block) end