diff --git a/config/environments/development.rb b/config/environments/development.rb index 5315c5a..d8a85a9 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -26,7 +26,10 @@ Entrydns::Application.configure do config.action_mailer.default_url_options = { :host => 'localhost:3000' } config.action_mailer.delivery_method = :smtp - config.action_mailer.smtp_settings = {:address => "localhost", :port => 1025} + config.action_mailer.smtp_settings = { + :address => "localhost", + :port => 1025 + } config.eager_load = false end