Flowdock
method

receive

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: Base
receive(inbound_email) public

No documentation

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

Hide source
# File actionmailbox/lib/action_mailbox/base.rb, line 72
    def self.receive(inbound_email)
      new(inbound_email).perform_processing
    end
Register or log in to add new notes.