summaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 7782e6ad6..a6c5149ed 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -58,6 +58,10 @@ Rails::Initializer.run do |config|
# ActionMailer::Base.deliveries array.
#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 = {