Class: Protos::Table::Footer
- Defined in:
- lib/protos/table/footer.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: The footer of a table.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: The footer of a table
8 9 10 |
# File 'lib/protos/table/footer.rb', line 8 def view_template(&) tfoot(**attrs, &) end |