method

process

rails latest stable - Class: ActionMailer::OldApi

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here.

process(method_name, *args)
public

No documentation available.

# File actionmailer/lib/action_mailer/old_api.rb, line 63
    def process(method_name, *args)
      initialize_defaults(method_name)
      super
      unless @mail_was_called
        create_parts
        create_mail
      end
      @_message
    end