config for mailer previews
This commit is contained in:
parent
d90e51eb1e
commit
4c0df041b9
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ Metamaps::Application.configure do
|
||||||
# Print deprecation notices to the Rails logger
|
# Print deprecation notices to the Rails logger
|
||||||
config.active_support.deprecation = :log
|
config.active_support.deprecation = :log
|
||||||
|
|
||||||
|
config.action_mailer.preview_path = '/vagrant/spec/mailers/previews'
|
||||||
|
|
||||||
# Expands the lines which load the assets
|
# Expands the lines which load the assets
|
||||||
config.assets.debug = true
|
config.assets.debug = true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue