method
run
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::MigrationContext
run(direction, target_version)public
No documentation available.
# File activerecord/lib/active_record/migration.rb, line 1049
def run(direction, target_version)
Migrator.new(direction, migrations, target_version).run
end