# File lib/action_mailer/log_subscriber.rb, line 5 def deliver(event) recipients = Array.wrap(event.payload[:to]).join(', ') info("\nSent mail to #{recipients} (%1.fms)" % event.duration) debug(event.payload[:mail]) end
Generated with the Darkfish Rdoc Generator 2.