aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/mailers/asset_mailer.rb
blob: 1cf15128d285bc42b317aaf978cb779ab6596e97 (plain) (blame)
1
2
3
4
5
6
7
class AssetMailer < ActionMailer::Base
  self.mailer_name = "asset_mailer"

  def welcome
    mail
  end
end