Module: October::Plugin::ClassMethods
- Defined in:
- lib/october/plugin.rb
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
20 21 22 |
# File 'lib/october/plugin.rb', line 20 def config October::Plugins.config(name) end |
#name ⇒ Object
16 17 18 |
# File 'lib/october/plugin.rb', line 16 def name to_s.underscore end |