Sha256: 2041fb27b1024e61b1a76cd43b5fdad277e737b8ec30e2d23c2837be963bf143

Contents?: true

Size: 198 Bytes

Versions: 5

Compression:

Stored size: 198 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
repres-bootstrap-2.0 app/mailers/repres/bootstrap/application_mailer.rb
repres-bootstrap-1.11 app/mailers/repres/bootstrap/application_mailer.rb
repres-bootstrap-1.10.2 app/mailers/repres/bootstrap/application_mailer.rb
repres-bootstrap-1.10.1 app/mailers/repres/bootstrap/application_mailer.rb
repres-bootstrap-1.10 app/mailers/repres/bootstrap/application_mailer.rb