summaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb
index a6c5149ed..cbb1896a2 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -15,6 +15,8 @@ Rails::Initializer.run do |config|
# Add additional load paths for sweepers
config.load_paths += %W( #{RAILS_ROOT}/app/sweepers )
+
+ config.plugin_paths = ['lib/plugins', 'vendor/plugins']
# Force all environments to use the same logger level
# (by default production uses :info, the others :debug)