mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Remove duplicate delivery_method config option
This commit is contained in:
parent
18645081ac
commit
2f23ba2fd3
1 changed files with 0 additions and 3 deletions
|
|
@ -1,9 +1,6 @@
|
|||
Osem::Application.configure do
|
||||
# Settings specified here will take precedence over those in config/application.rb
|
||||
|
||||
# Use letter_opener
|
||||
config.action_mailer.delivery_method = :letter_opener
|
||||
|
||||
# Use letter_opener_web for Vagrant (launchy won't work)
|
||||
config.action_mailer.delivery_method = ENV['USER'] == 'vagrant' ? :letter_opener_web : :letter_opener
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue