Sha256: 17b3fb1ea8268954943d1298c8ad172656d80d4c321adfbbba5360cf484d0ae5
Contents?: true
Size: 365 Bytes
Versions: 77
Compression:
Stored size: 365 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" end end
Version data entries
77 entries across 77 versions & 1 rubygems