Module: October::Plugins::PluginMethods
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/october/plugins.rb
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
49 50 51 52 53 54 |
# File 'lib/october/plugins.rb', line 49 def initialize plugins = Plugins.new super # stupid, really, why so long? self.config.plugins.plugins.push *plugins.loaded end |