method

last_migration

rails latest stable - Class: ActiveRecord::MigrationContext

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

last_migration()
public

No documentation available.

# File activerecord/lib/active_record/migration.rb, line 1103
    def last_migration #:nodoc:
      migrations.last || NullMigration.new
    end