class WcoEmail::ApplicationMailer

def option_alert option

def option_alert option
  @option = option
  mail({
    :to => option.profile.email,
    :subject => "IshManager Option Alert :: #{option.ticker}",
  })
end