Created
May 28, 2013 18:54
-
-
Save Olgagr/5665161 to your computer and use it in GitHub Desktop.
Set up layout for email in Devise gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# in application.rb | |
config.to_prepare do | |
Devise::Mailer.layout "email_template" # in views/layouts | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment