Sha256: a6332e9000b18c5b8a68357bb14b09669e92b871916060adcb1a3714f7c15b9a
Contents?: true
Size: 384 Bytes
Versions: 115
Compression:
Stored size: 384 Bytes
Contents
module Mailers::Base extend ActiveSupport::Concern included do default from: "#{I18n.t("application.name")} <#{I18n.t("application.support_email")}>" layout "mailer" helper :email helper :application helper :images helper "account/teams" helper "account/users" helper "account/locale" helper "fields/trix_editor" helper "theme" end end
Version data entries
115 entries across 115 versions & 1 rubygems