Sha256: 1be9949427f086eecba0b2d24cea46de3d9cc4f5f84cfec5ec82bdb3da954817
Contents?: true
Size: 392 Bytes
Versions: 36
Compression:
Stored size: 392 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 "current_theme" end end
Version data entries
36 entries across 36 versions & 1 rubygems