We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865061d commit 1d98f94Copy full SHA for 1d98f94
app/mailers/policy_manager/application_mailer.rb
@@ -6,7 +6,7 @@ class ApplicationMailer < ActionMailer::Base
6
# configurable mailer helpers
7
if Config.exporter.present?
8
Config.exporter.mail_helpers.each do |helpers|
9
- if Rails::VERSION::MAJOR > 6 && Rails::VERSION::MINOR > 0
+ if Rails::VERSION::MAJOR >= 6 && Rails::VERSION::MINOR > 0
10
helper(helpers)
11
else
12
add_template_helper(helpers)
0 commit comments