Mercurial > zeropaste
diff config/environments/development.rb @ 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 | ae360c3b0bb0 |
children | cb30b72e8ded |
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