From 3f24f54061c728a75a1928a85e837e182d79f25f Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Mon, 31 Oct 2011 16:20:41 +0400 Subject: install letter_opener --- config/environments/development.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config/environments') 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 -- cgit v1.2.1