You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following fragment should be moved from config/environments/development.rb to config/application.rb - so that's it used in all environments - and not just development:
# Use email template for emails except on devise mails sent for admin usersconfig.to_preparedoActionMailer::Base.layoutproc{ |mailer|
ifmailer.is_a?(Devise::Mailer) && mailer.scope_name == :admin_usernilelse"email"end}end
The text was updated successfully, but these errors were encountered:
The following fragment should be moved from
config/environments/development.rb
toconfig/application.rb
- so that's it used in all environments - and not just development:The text was updated successfully, but these errors were encountered: