Sha256: f89ba7ac91724f1deb9bf56ac4333e4b26028937f3a28f523d8db122af8c66a2

Contents?: true

Size: 194 Bytes

Versions: 4

Compression:

Stored size: 194 Bytes

Contents

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

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