Revision 752
Added by Jean-Philippe Lang over 17 years ago
environment.rb | ||
---|---|---|
58 | 58 |
# ActionMailer::Base.deliveries array. |
59 | 59 |
#config.action_mailer.delivery_method = :test |
60 | 60 |
config.action_mailer.delivery_method = :smtp |
61 |
|
|
62 |
# Uncomment this line if the engines plugin is installed. |
|
63 |
# This will ensure that engines is loaded first. |
|
64 |
# config.plugins = ["engines", "*"] |
|
61 | 65 |
end |
62 | 66 |
|
63 | 67 |
ActiveRecord::Errors.default_error_messages = { |
Also available in: Unified diff
Basic plugin support.