sutty/app/mailers/application_mailer.rb

7 lines
133 B
Ruby
Raw Normal View History

2019-03-26 15:32:20 +00:00
# frozen_string_literal: true
2018-01-02 17:19:25 +00:00
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end