Sha256: b6309b136085b74bbe9716ebf0a1ac313ef0a90abfd47d969b64e9252aa3238d

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

ActiveRecord::Migration.verbose = false
ActiveRecord::Base.logger = Logger.new(nil)

if defined? ActiveRecord::MigrationContext # rails >= 5.2
  ActiveRecord::MigrationContext.new(File.expand_path("../../rails_app/db/migrate/", __FILE__)).migrate
else
  ActiveRecord::Migrator.migrate(File.expand_path("../../rails_app/db/migrate/", __FILE__))
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devise_invitable-1.7.5 test/orm/active_record.rb