Sha256: c0f84ad1abb06d60ca279ec0d30bc785bb4de189b8e6a29cda39e8716e4228b5

Contents?: true

Size: 112 Bytes

Versions: 8

Compression:

Stored size: 112 Bytes

Contents

# frozen_string_literal: true

class Registry
  include Mongoid::Document
  field :data, type: BSON::Binary
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mongoid-7.5.4 spec/support/models/registry.rb
mongoid-7.5.3 spec/support/models/registry.rb
mongoid-7.5.2 spec/support/models/registry.rb
mongoid-7.5.1 spec/support/models/registry.rb
mongoid-7.4.3 spec/support/models/registry.rb
mongoid-7.5.0 spec/support/models/registry.rb
mongoid-7.4.1 spec/support/models/registry.rb
mongoid-7.4.0 spec/support/models/registry.rb