Skip to content

Instantly share code, notes, and snippets.

@arjan0307
Created April 4, 2012 14:19
Show Gist options
  • Save arjan0307/2301496 to your computer and use it in GitHub Desktop.
Save arjan0307/2301496 to your computer and use it in GitHub Desktop.
E-mails with empty bodies, by devise
# config/initializers/devise.rb
config.mailer = DeviseMailer
# app/mailers/devise_mailer.rb
class DeviseMailer < Devise::Mailer
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment