method

respond_to_missing?

rails latest stable - Class: ActiveRecord::InvalidMigrationTimestampError::Migration

Method not available on this version

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

respond_to_missing?(method, include_private = false)
private

No documentation available.

# File activerecord/lib/active_record/migration.rb, line 1179
      def respond_to_missing?(method, include_private = false)
        execution_strategy.respond_to?(method, include_private) || super
      end