diff --git a/config/environments/development.rb b/config/environments/development.rb index a0c019ec..bad33ab9 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -41,6 +41,8 @@ Metamaps::Application.configure do # Print deprecation notices to the Rails logger config.active_support.deprecation = :log + config.action_mailer.preview_path = '/vagrant/spec/mailers/previews' + # Expands the lines which load the assets config.assets.debug = true end