Fix failure when sending warning emails with custom text (#17983)

* Add tests

* Fix failure when sending warning emails with custom text
This commit is contained in:
Claire 2022-04-07 14:47:30 +02:00 committed by GitHub
parent 8c03b45fff
commit ce9dcbea32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@ class UserMailer < Devise::Mailer
helper :application
helper :instance
helper :statuses
helper :formatting
helper RoutingHelper