Flowdock
receive(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 11
    def receive(event)
      info("\nReceived mail (%.1fms)" % event.duration)
      debug(event.payload[:mail])
    end
Register or log in to add new notes.