Flowdock
method

__getobj__

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: MessageDelivery
__getobj__() 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/message_delivery.rb, line 24
    def __getobj__ #:nodoc:
      @obj ||= @mailer.send(:new, @mail_method, *@args).message
    end
Register or log in to add new notes.