module Apartment::Migrator
def run(direction, database, version)
def run(direction, database, version) Tenant.process(database) do ActiveRecord::Migrator.run(direction, ActiveRecord::Migrator.migrations_paths, version) end end
def run(direction, database, version) Tenant.process(database) do ActiveRecord::Migrator.run(direction, ActiveRecord::Migrator.migrations_paths, version) end end