Sha256: 1be9949427f086eecba0b2d24cea46de3d9cc4f5f84cfec5ec82bdb3da954817
Contents?: true
Size: 392 Bytes
Versions: 42
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
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
bullet_train-1.6.32 | app/mailers/concerns/mailers/base.rb |
bullet_train-1.6.31 | app/mailers/concerns/mailers/base.rb |