method

pending_migration_versions

Method not available on this version

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

pending_migration_versions()
public

No documentation available.

# File activerecord/lib/active_record/migration.rb, line 1302
    def pending_migration_versions # :nodoc:
      migrations.collect(&:version) - get_all_versions
    end