From 4c0df041b9e9e4ce4f713edc21e31433d230e9da Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 22 Apr 2016 12:02:54 -0400 Subject: [PATCH] config for mailer previews --- config/environments/development.rb | 2 ++ 1 file changed, 2 insertions(+) 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