usar el mailer de sutty

This commit is contained in:
f 2020-01-27 13:48:37 -03:00
parent 0444f1a6cb
commit 6ae31c333a
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -24,7 +24,7 @@ Devise.setup do |config|
# config.mailer = 'Devise::Mailer'
# Configure the parent class responsible to send e-mails.
# config.parent_mailer = 'ActionMailer::Base'
config.parent_mailer = 'ApplicationMailer'
# ==> ORM configuration
# Load and configure the ORM. Supports :active_record (default) and