From 0651a20dabf0d7a8e60b48e3986abfdece4797f2 Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Thu, 26 Sep 2013 16:02:48 +0300 Subject: [PATCH] refactor --- config/environments/development.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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