method
run
run(direction, migrations_path, target_version)
public
Hide source
# File activerecord/lib/active_record/migration.rb, line 442 def run(direction, migrations_path, target_version) self.new(direction, migrations_path, target_version).run end