Module: AwesomeTables
- Defined in:
- lib/awesome_tables.rb,
lib/awesome_tables/awesome_table.rb,
lib/awesome_tables/view_helpers/action_view.rb
Defined Under Namespace
Modules: ViewHelpers
Classes: AwesomeTable, BadData, Error, NoBlockGiven, NoPartial, UnknownTableType
Class Method Summary
collapse
Class Method Details
.new(table_type, collection = [], options = {}) ⇒ Object
17
18
19
|
# File 'lib/awesome_tables.rb', line 17
def self.new(table_type, collection = [], options = {})
AwesomeTables::AwesomeTable::new(table_type, collection, options)
end
|
.register(table_type, &block) ⇒ Object