changeset 96:a2d87bcd39fb

Forgot to remove action_mailer config in dev env.
author Edho Arief <edho@myconan.net>
date Mon, 12 Nov 2012 09:12:33 +0700
parents 68a30cb3a913
children e8a0e82213cd
files config/environments/development.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config/environments/development.rb	Mon Nov 12 09:08:29 2012 +0700
+++ b/config/environments/development.rb	Mon Nov 12 09:12:33 2012 +0700
@@ -14,7 +14,7 @@
   config.action_controller.perform_caching = false
 
   # Don't care if the mailer can't send
-  config.action_mailer.raise_delivery_errors = false
+  # config.action_mailer.raise_delivery_errors = false
 
   # Print deprecation notices to the Rails logger
   config.active_support.deprecation = :log