Module: Para::Plugins
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/para/plugins.rb,
lib/para/plugins/set.rb,
lib/para/plugins/routes.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.module_name_for(identifier) ⇒ Object
5 6 7 |
# File 'lib/para/plugins.rb', line 5 def self.module_name_for(identifier) ['Para', identifier.to_s.camelize].join('::') end |