Sha256: d926605ab22a5e134b9fd1dffb20bb32ce0750b070e98d7179bafbbc75639e17
Contents?: true
Size: 271 Bytes
Versions: 3
Compression:
Stored size: 271 Bytes
Contents
module LatoCore # This class is the default class for mailers. class ApplicationMailer < ActionMailer::Base # set default email default from: core_getApplicationServiceEmail # set lato mailer layout layout 'lato_core/mailers/layouts/mailer' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lato_core-1.1.5 | app/mailers/lato_core/application_mailer.rb |
lato_core-1.1.4 | app/mailers/lato_core/application_mailer.rb |
lato_core-1.1.3 | app/mailers/lato_core/application_mailer.rb |