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: 'Iro::AlertMailer#stock_alert' ) end