aboutsummaryrefslogblamecommitdiffstats
path: root/actionmailer/test/mailers/asset_mailer.rb
blob: f54a50d00d93777bc99f45310d6c84f38cf3b0ae (plain) (tree)
1
2
3
4
5
6
7






                                      
class AssetMailer < ActionMailer::Base
  self.mailer_name = "asset_mailer"

  def welcome
   mail
  end
end