Test registration e-mail

This commit is contained in:
2023-04-19 00:31:52 +02:00
parent 4a1fe657c0
commit 2d95b11a34
4 changed files with 19 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ Rails.application.configure do
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test
config.action_mailer.default_url_options = {host: '127.0.0.1', :protocol => 'http'}
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr