Sha256: d2e9d5399e469a8ccbf5b3420612afdf5dde140ed6d89ea350cc84c2f17d0496

Contents?: true

Size: 624 Bytes

Versions: 3

Compression:

Stored size: 624 Bytes

Contents

module IndexPatch
  
  def build_table_tools
    arbre_content_for :index_table_tools do
      super
    end
  end

  def build_batch_actions_selector
    arbre_content_for :index_batch_actions do
      super
    end
  end

  def build_scopes
    arbre_content_for :index_scopes do
      super
    end
  end

  def build_index_list
    arbre_content_for :index_index_list do
      super
    end
  end

  def build_collection
    arbre_content_for :index_collection do
      super
    end
  end

end

module ActiveAdmin
  module Views
    module Pages
      class Index
        prepend IndexPatch
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin_custom_layout-0.1.3 lib/activeadmin_custom_layout/layout/index.rb
activeadmin_custom_layout-0.1.1 lib/activeadmin_custom_layout/layout/index.rb
activeadmin_custom_layout-0.1.0 lib/activeadmin_custom_layout/layout/index.rb