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

Class Method Details

.setup {|_self| ... } ⇒ Object

this function maps the vars from your app into your engine

Yields:

  • (_self)

Yield Parameters:

  • _self (CtTableFor)

    the object that the method was called on



33
34
35
# File 'lib/ct_table_for/engine.rb', line 33

def self.setup(&block)
  yield self
end