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