The method `add_template_helper` does not seem to work in Rails 6.1

Viewed 3665

After updating my project to Rails 6.1 I get this error:

NoMethodError:
  undefined method `add_template_helper' for ApplicationMailer:Class

In the documentation does not seem to be deprecated.

1 Answers
Related