summaryrefslogtreecommitdiff
path: root/config/environments/development.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-03 11:17:46 +0200
committerJames Lopez <james@jameslopez.es>2016-06-03 11:17:46 +0200
commit398f0071a6b77a7e26e612b38105ae4bd702ef22 (patch)
treeb64afe0bc7753cebd66e899ae7ecb830ff2f55ea /config/environments/development.rb
parent721014c92799219d357b1b7c971d4c0b6050ff2a (diff)
parent3f4ac2ff60c9d83ec65b19070e4d054e12e67dd2 (diff)
downloadgitlab-ce-398f0071a6b77a7e26e612b38105ae4bd702ef22.tar.gz
merge hell
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 4f39016bfa4..8cca0039b4a 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -39,6 +39,7 @@ Rails.application.configure do
config.action_mailer.delivery_method = :letter_opener_web
# Don't make a mess when bootstrapping a development environment
config.action_mailer.perform_deliveries = (ENV['BOOTSTRAP'] != '1')
+ config.action_mailer.preview_path = 'spec/mailers/previews'
config.eager_load = false
end