Module: ActiveadminTableFooter

Defined in:
lib/activeadmin_table_footer.rb,
lib/activeadmin_table_footer/engine.rb,
lib/activeadmin_table_footer/styles.rb,
lib/activeadmin_table_footer/version.rb,
lib/activeadmin_table_footer/table_for_extension.rb,
lib/activeadmin_table_footer/index_as_table_extension.rb

Defined Under Namespace

Modules: IndexAsTableExtension, Styles, TableForExtension Classes: Engine

Constant Summary collapse

VERSION =
"1.0.1"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details



17
18
19
# File 'lib/activeadmin_table_footer.rb', line 17

def footer_th_class
  @footer_th_class || Styles.footer_th_class
end


21
22
23
# File 'lib/activeadmin_table_footer.rb', line 21

def footer_tr_class
  @footer_tr_class || Styles.footer_tr_class
end

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



25
26
27
# File 'lib/activeadmin_table_footer.rb', line 25

def configure
  yield self
end