Class: Trackster::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- Trackster::Engine
- Defined in:
- lib/trackster/engine.rb
Class Method Summary collapse
-
.setup {|_self| ... } ⇒ Object
this function maps the vars from app into engine.
Class Method Details
.setup {|_self| ... } ⇒ Object
this function maps the vars from app into engine
30 31 32 |
# File 'lib/trackster/engine.rb', line 30 def self.setup yield self end |