changeset 3:7362277d416d

Remove action mailer leftover.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 18:25:49 +0900
parents 43da2d66a8f1
children 399d36c079c4
files config/environments/development.rb config/environments/test.rb
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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
--- a/config/environments/test.rb	Fri Sep 05 18:25:02 2014 +0900
+++ b/config/environments/test.rb	Fri Sep 05 18:25:49 2014 +0900
@@ -29,7 +29,7 @@
   # Tell Action Mailer not to deliver emails to the real world.
   # The :test delivery method accumulates sent emails in the
   # ActionMailer::Base.deliveries array.
-  config.action_mailer.delivery_method = :test
+  # config.action_mailer.delivery_method = :test
 
   # Print deprecation notices to the stderr.
   config.active_support.deprecation = :stderr