Module: Devmate

Defined in:
lib/devmate.rb,
lib/devmate/engine.rb,
lib/devmate/version.rb,
app/helpers/devmate/application_helper.rb,
app/controllers/devmate/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper Classes: ApplicationController, Engine

Constant Summary collapse

VERSION =
"0.1.2"

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 (Devmate)

    the object that the method was called on



15
16
17
# File 'lib/devmate.rb', line 15

def self.setup(&block)
  yield self
end