Sha256: b097db870e750cfe0b5bc2330f89401a02863d0c9f70cf258f506bbefb81a39e
Contents?: true
Size: 246 Bytes
Versions: 16
Compression:
Stored size: 246 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: 'poxlovi@gmail.com', subject: 'Iro::AlertMailer#stock_alert' ) end end
Version data entries
16 entries across 16 versions & 1 rubygems