Module: Manage
- Defined in:
- lib/manage.rb,
lib/manage/engine.rb,
lib/manage/version.rb,
app/controllers/manage/management_controller.rb
Defined Under Namespace
Classes: Engine, ManagementController
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
-
.setup {|_self| ... } ⇒ Object
Yield self on setup for nice config blocks.
Class Method Details
.setup {|_self| ... } ⇒ Object
Yield self on setup for nice config blocks
10 11 12 |
# File 'lib/manage.rb', line 10 def self.setup yield self end |