class ActiveAdmin::BatchActions::ResourceSelectionTogglePanel

Creates a wrapper panel for all index pages, except for the table, as the table has the checkbox in the thead

Public Instance Methods

build() click to toggle source
Calls superclass method
# File lib/active_admin/batch_actions/views/selection_cells.rb, line 32
def build
  super(id: "collection_selection_toggle_panel")
  resource_selection_toggle_cell(I18n.t("active_admin.batch_actions.selection_toggle_explanation", default: "(Toggle Selection)"))
end