Sha256: 5e33bf814295867650647afd7faf5022bdff0c08eede68b3e895af2dd65b1bf0

Contents?: true

Size: 198 Bytes

Versions: 3

Compression:

Stored size: 198 Bytes

Contents

##
# Application mailer 是模块内所有电子邮件发送类的基类。

class Repres::HyperText::ApplicationMailer < ActionMailer::Base
  default from: 'from@example.com'
  layout 'mailer'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
repres-hyper_text-2.0 app/mailers/repres/hyper_text/application_mailer.rb
repres-hyper_text-1.4.1 app/mailers/repres/hyper_text/application_mailer.rb
repres-hyper_text-1.4 app/mailers/repres/hyper_text/application_mailer.rb