diff options
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/environment.rb b/config/environment.rb index 315f3e4b4..c7e0e47a9 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -15,8 +15,6 @@ 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) @@ -61,9 +59,6 @@ Rails::Initializer.run do |config| #config.action_mailer.delivery_method = :test config.action_mailer.delivery_method = :smtp - # Uncomment this line if the engines plugin is installed. - # This will ensure that engines is loaded first. - # config.plugins = ["engines", "*"] end ActiveRecord::Errors.default_error_messages = { |