Mercurial > rsstweet
comparison config/environments/test.rb @ 3:7362277d416d
Remove action mailer leftover.
author | edogawaconan <me@myconan.net> |
---|---|
date | Fri, 05 Sep 2014 18:25:49 +0900 |
parents | a1c9fadc0904 |
children | 157f7fd136fc |
comparison
equal
deleted
inserted
replaced
2:43da2d66a8f1 | 3:7362277d416d |
---|---|
27 config.action_controller.allow_forgery_protection = false | 27 config.action_controller.allow_forgery_protection = false |
28 | 28 |
29 # Tell Action Mailer not to deliver emails to the real world. | 29 # Tell Action Mailer not to deliver emails to the real world. |
30 # The :test delivery method accumulates sent emails in the | 30 # The :test delivery method accumulates sent emails in the |
31 # ActionMailer::Base.deliveries array. | 31 # ActionMailer::Base.deliveries array. |
32 config.action_mailer.delivery_method = :test | 32 # config.action_mailer.delivery_method = :test |
33 | 33 |
34 # Print deprecation notices to the stderr. | 34 # Print deprecation notices to the stderr. |
35 config.active_support.deprecation = :stderr | 35 config.active_support.deprecation = :stderr |
36 | 36 |
37 # Raises error for missing translations | 37 # Raises error for missing translations |