config for mailer previews

This commit is contained in:
Connor Turland 2016-04-22 12:02:54 -04:00
parent d90e51eb1e
commit 4c0df041b9

View file

@ -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