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
|
Osem::Application.configure do
|
||||||
# Settings specified here will take precedence over those in config/application.rb
|
# 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)
|
# Use letter_opener_web for Vagrant (launchy won't work)
|
||||||
config.action_mailer.delivery_method = ENV['USER'] == 'vagrant' ? :letter_opener_web : :letter_opener
|
config.action_mailer.delivery_method = ENV['USER'] == 'vagrant' ? :letter_opener_web : :letter_opener
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue