Flowdock
method

process

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: ActionMailer::OldApi
process(method_name, *args) 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/old_api.rb, line 73
    def process(method_name, *args)
      initialize_defaults(method_name)
      super
      unless @mail_was_called
        create_parts
        create_mail
      end
      @_message
    end
Register or log in to add new notes.