method

get_all_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.

get_all_versions()
public

No documentation available.

# File activerecord/lib/active_record/migration.rb, line 1285
    def get_all_versions # :nodoc:
      if schema_migration.table_exists?
        schema_migration.integer_versions
      else
        []
      end
    end