Module: Lena
- Defined in:
- lib/lena.rb,
lib/lena/engine.rb,
lib/lena/routing.rb,
lib/lena/version.rb,
app/controllers/lena/lena_controller.rb
Defined Under Namespace
Modules: Routing Classes: ClientError, Engine, LenaController
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.setup {|Engine.config| ... } ⇒ Object
17 18 19 |
# File 'lib/lena/engine.rb', line 17 def self.setup yield Engine.config end |