micro-blogger/app/mailers/application_mailer.rb

7 lines
133 B
Ruby
Raw Permalink Normal View History

2018-11-10 10:40:22 -06:00
# frozen_string_literal: true
2018-11-09 20:51:38 -06:00
class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
layout 'mailer'
end