Module: KPM
- Defined in:
- lib/kpm.rb,
lib/kpm/engine.rb,
lib/kpm/version.rb,
app/helpers/kpm/application_helper.rb,
app/controllers/kpm/engine_controller.rb,
app/controllers/kpm/plugins_controller.rb,
app/controllers/kpm/nodes_info_controller.rb
Defined Under Namespace
Modules: ApplicationHelper Classes: Engine, EngineController, NodesInfoController, PluginsController
Constant Summary collapse
- VERSION =
'3.0.3'
Class Method Summary collapse
Class Method Details
.config ⇒ Object
19 20 21 22 23 |
# File 'lib/kpm.rb', line 19 def self.config { layout: layout || 'kpm/layouts/kpm_application' } end |