Class: Tablette::Footer

Inherits:
Section show all
Defined in:
lib/tablette/sections.rb

Instance Attribute Summary

Attributes inherited from Element

#helper, #renderer

Instance Method Summary collapse

Methods inherited from Section

#columns_for_section, #update_auto_colspan!

Methods inherited from Element

#element_to_html, #initialize, #method_missing, #respond_to_missing?, #to_html

Constructor Details

This class inherits a constructor from Tablette::Element

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Tablette::Element

Instance Method Details

#merge_with!(footer) ⇒ Object



65
66
67
# File 'lib/tablette/sections.rb', line 65

def merge_with!(footer)
  self.row.concat footer.row
end