6 7 8 9 10
# File 'app/mailers/iro/alert_mailer.rb', line 6 def stock_alert id @alert = Iro::Alert.find id mail( to: 'victor@piousbox.com', subject: "#{Time.now.to_date} Iro::AlertMailer#stock_alert" ) end