Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2011-10-31 16:20:41 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2011-10-31 16:20:41 +0400
commit3f24f54061c728a75a1928a85e837e182d79f25f (patch)
treea96415c000cb089f9f177cc08854a51ed9fe2252 /config/environments
parent31280cd4cb733d25f2644788931e498eca86c477 (diff)
install letter_opener
Diffstat (limited to 'config/environments')
-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 9e5bf8215e7..173bfc74c7c 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -29,4 +29,5 @@ Gitlab::Application.configure do
config.assets.debug = true
config.action_mailer.default_url_options = { :host => 'localhost:3000' }
+ config.action_mailer.delivery_method = :letter_opener
end