Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Superclass: Object

Migration Context

MigrationContext sets the context in which a migration is run.

A migration context requires the path to the migrations is set in the migrations_paths parameter. Optionally a schema_migration class can be provided. Multiple database applications will instantiate a SchemaMigration object per database. From the Rake tasks, Rails will handle this for you.

Show files where this class is defined (1 file)
Register or log in to add new notes.