Sha256: 985970608f21cb1e6e163186a776136aa716bd2f60a1a802a4a04df296b7a604

Contents?: true

Size: 196 Bytes

Versions: 3

Compression:

Stored size: 196 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wechat-handler-2.1 app/mailers/wechat/handler/application_mailer.rb
wechat-handler-1.0 app/mailers/wechat/handler/application_mailer.rb
wechat-handler-0.1.2 app/mailers/wechat/handler/application_mailer.rb