Module: Cms::InstallationActions
- Included in:
- ModuleInstallation
- Defined in:
- lib/cms/installation_actions.rb
Instance Method Summary collapse
Instance Method Details
#default_engine_path(module_name, path = nil) ⇒ Object
4 5 6 |
# File 'lib/cms/installation_actions.rb', line 4 def default_engine_path(module_name, path=nil) "/#{module_name.name.underscore}" end |