method

respond_to_missing?

respond_to_missing?(method, include_all = false)
private

No documentation available.

# File actionmailer/lib/action_mailer/base.rb, line 571
      def respond_to_missing?(method, include_all = false) #:nodoc:
        action_methods.include?(method.to_s)
      end