Sha256: 8bbbaa7a3464d697007fdee3743b811740d70f6ae8dc7b814f36edcf9c89201c

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

class Iro::AlertMailer < ActionMailer::Base
  default from: 'no-reply@wasya.co'
  layout 'mailer'

  def stock_alert id
    @alert = Iro::Alert.find id
    mail( to: 'victor@piousbox.com',
     subject: "#{Time.now.to_date} Iro::AlertMailer#stock_alert" )
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.43 app/mailers/iro/alert_mailer.rb