method

internal_methods

rails latest stable - Class: ActionMailer::Callbacks::ClassMethods

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

internal_methods()
public

No documentation available.

# File actionmailer/lib/action_mailer/callbacks.rb, line 32
      def internal_methods # :nodoc:
        super.concat(DEFAULT_INTERNAL_METHODS)
      end