method

respond_to?

rails latest stable - Class: ActionMailer::Base

Method deprecated or moved

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

respond_to?(method, include_private = false)
public

No documentation available.

# File actionmailer/lib/action_mailer/base.rb, line 547
      def respond_to?(method, include_private = false) #:nodoc:
        super || action_methods.include?(method.to_s)
      end