class ActiveAdmin::BatchActions::ResourceSelectionToggleCell

def build

def build
  input( :type => "checkbox", :id => "collection_selection_toggle_all", :name => "collection_selection_toggle_all", :class => "toggle_all" )
end