diff options
Diffstat (limited to 'config/environments/demo.rb')
-rw-r--r-- | config/environments/demo.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/environments/demo.rb b/config/environments/demo.rb index 52aef32f1..c7e997e8d 100644 --- a/config/environments/demo.rb +++ b/config/environments/demo.rb @@ -14,8 +14,8 @@ config.action_controller.perform_caching = true # Enable serving of images, stylesheets, and javascripts from an asset server # config.action_controller.asset_host = "http://assets.example.com" -
+ # Disable mail delivery -config.action_mailer.perform_deliveries = false
+config.action_mailer.perform_deliveries = false config.action_mailer.raise_delivery_errors = false -
+ |