Sha256: 7b0c944b530032669cb48d1c20ffdb5f0f86c1c1897d00d77bc652310f63690e
Contents?: true
Size: 363 Bytes
Versions: 26
Compression:
Stored size: 363 Bytes
Contents
module Workarea class ApplicationMailer < ActionMailer::Base include I18n::DefaultUrlOptions add_template_helper Workarea::PluginsHelper add_template_helper Workarea::ApplicationHelper default from: -> (*) { Workarea.config.email_from } def default_url_options(options = {}) super.merge(host: Workarea.config.host) end end end
Version data entries
26 entries across 26 versions & 1 rubygems