This commit is contained in:
f 2020-02-26 12:39:39 -03:00
parent 71ce5ce209
commit 8d70b6c40a
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -1,7 +0,0 @@
# frozen_string_literal: true
# Enviar correos
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end