diff config/environments/development.rb @ 3:7362277d416d

Remove action mailer leftover.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 18:25:49 +0900
parents a1c9fadc0904
children a2f7dfc68f44
line wrap: on
line diff
--- a/config/environments/development.rb	Fri Sep 05 18:25:02 2014 +0900
+++ b/config/environments/development.rb	Fri Sep 05 18:25:49 2014 +0900
@@ -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