From 8bdc8233c1517191e46078b2db1a58faa6b3c498 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 31 May 2013 22:09:53 -0300 Subject: [PATCH] require 'noosfero/plugin' after basic initializtion --- config/application.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/application.rb b/config/application.rb index b538ab9..75d571c 100644 --- a/config/application.rb +++ b/config/application.rb @@ -14,11 +14,11 @@ if defined?(Bundler) # Bundler.require(:default, :assets, Rails.env) end -require 'noosfero/plugin' - module Noosfero class Application < Rails::Application + require 'noosfero/plugin' + # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. -- libgit2 0.21.2