config/environments/development.rb in fat_free_crm-0.18.2 vs config/environments/development.rb in fat_free_crm-0.19.0

- old
+ new

@@ -20,9 +20,10 @@ # 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 + config.action_mailer.default_url_options = { host: 'localhost:3000' } # Don't care if the mailer can't send config.action_mailer.raise_delivery_errors = false # Print deprecation notices to the Rails logger