1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/config/initializers/devise_mailer.rb

8 lines
137 B
Ruby
Raw Normal View History

2023-02-24 17:26:55 +01:00
# frozen_string_literal: true
Rails.application.reloader.to_prepare do
Devise::Mailer.class_eval do
helper :application
end
end