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