Flowdock
deliver(event) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailer/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
Register or log in to add new notes.