Use web interface of letter opener

This commit is contained in:
Michael Ball 2021-02-18 13:09:50 -08:00
parent ab6e72d87f
commit c925db0ad2

View file

@ -1,7 +1,7 @@
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
config.action_mailer.delivery_method = :letter_opener config.action_mailer.delivery_method = :letter_opener_web
# In the development environment your application's code is reloaded on # In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development # every request. This slows down response time but is perfect for development