Module: CtTableFor
- Defined in:
- lib/ct_table_for.rb,
lib/ct_table_for/engine.rb,
lib/ct_table_for/version.rb,
app/helpers/ct_table_for/application_helper.rb
Defined Under Namespace
Modules: ApplicationHelper Classes: Engine
Constant Summary collapse
- VERSION =
'1.0.5'
Class Method Summary collapse
-
.setup {|_self| ... } ⇒ Object
this function maps the vars from your app into your engine.
Class Method Details
.setup {|_self| ... } ⇒ Object
this function maps the vars from your app into your engine
33 34 35 |
# File 'lib/ct_table_for/engine.rb', line 33 def self.setup(&block) yield self end |