about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-04-07 14:47:30 +0200
committerGitHub <noreply@github.com>2022-04-07 14:47:30 +0200
commitce9dcbea32e7212dc19d83bbb7a21afe8756ced0 (patch)
tree2888245139162973aa5bb97a63b950e36914d4c2 /app
parent8c03b45fffc54a66d1c9c3eec75a7c6f741d0947 (diff)
Fix failure when sending warning emails with custom text (#17983)
* Add tests

* Fix failure when sending warning emails with custom text
Diffstat (limited to 'app')
-rw-r--r--app/mailers/user_mailer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb
index ce36dd6f5..e47bedec6 100644
--- a/app/mailers/user_mailer.rb
+++ b/app/mailers/user_mailer.rb
@@ -7,6 +7,7 @@ class UserMailer < Devise::Mailer
   helper :application
   helper :instance
   helper :statuses
+  helper :formatting
 
   helper RoutingHelper