DEBSOURCES
Skip Quicknav
sources / ruby-email-spec / 2.2.0-1 / examples / rails4_root / lib / notifier_job.rb
12345
class NotifierJob < Struct.new(:notifier_method,:username,:name) def perform UserMailer.send(notifier_method,username, name).deliver_now end end