Skip to content

Commit

Permalink
Bug fix for mail helper initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
justalever committed Sep 27, 2024
1 parent 8d80d6e commit 1db7480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/railsui/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Engine < ::Rails::Engine
end
end

initializer 'local_helper.action_mailer' do
initializer "railsui.mailer_helper" do
ActiveSupport.on_load :action_mailer do
helper Railsui::MailHelper
end
Expand Down

0 comments on commit 1db7480

Please sign in to comment.