config/environments/development.rb in fat_free_crm-0.13.0 vs config/environments/development.rb in fat_free_crm-0.13.1

- old
+ new

@@ -17,9 +17,11 @@ # Show full error reports and disable caching config.consider_all_requests_local = true config.action_controller.perform_caching = false + config.action_mailer.delivery_method = :file + # Don't care if the mailer can't send config.action_mailer.raise_delivery_errors = true # Print deprecation notices to the Rails logger config.active_support.deprecation = :log