Sha256: f27a32ae6795dfbbc1b0d7d5bd60917786e46d4342ff2beabf73befaa62199c6

Contents?: true

Size: 235 Bytes

Versions: 3

Compression:

Stored size: 235 Bytes

Contents

require "active_record"

ActiveRecord::Base.establish_connection \
  adapter: "sqlite3", database: ":memory:", migrations_paths: File.expand_path("../dummy/db/migrate", __dir__)

ActiveRecord::Base.connection.migration_context.migrate

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activestorage-office-previewer-0.1.2 test/database/setup.rb
activestorage-office-previewer-0.1.1 test/database/setup.rb
activestorage-office-previewer-0.1.0 test/database/setup.rb