method

method_missing

rails latest stable - Class: ActionMailer::Base::DeprecatedHeaderProxy

Method deprecated or moved

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

method_missing(meth, *args, &block)
public

No documentation available.

# File actionmailer/lib/action_mailer/base.rb, line 496
      def method_missing(meth, *args, &block)
        @message.send(meth, *args, &block)
      end