master
# frozen_string_literal: true class ApplicationMailer < ActionMailer::Base helper :application # gives access to all helpers defined within `application_helper`. layout 'mailer' end