Sha256: a411249db795dacd8e5242b6c37aca16f4a4a88555c363c491b5388596e72582

Contents?: true

Size: 128 Bytes

Versions: 14

Compression:

Stored size: 128 Bytes

Contents

# frozen_string_literal: true
# encoding: utf-8

class Toy
  include Mongoid::Document

  embedded_in :crate

  field :name
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
mongoid-7.3.5 spec/support/models/toy.rb
mongoid-7.3.4 spec/support/models/toy.rb
mongoid-7.2.6 spec/support/models/toy.rb
mongoid-7.3.3 spec/support/models/toy.rb
mongoid-7.3.2 spec/support/models/toy.rb
mongoid-7.2.5 spec/support/models/toy.rb
mongoid-7.2.4 spec/support/models/toy.rb
mongoid-7.3.1 spec/support/models/toy.rb
mongoid-7.3.0 spec/support/models/toy.rb
mongoid-7.2.3 spec/support/models/toy.rb
mongoid-7.2.2 spec/support/models/toy.rb
mongoid-7.2.1 spec/support/models/toy.rb
mongoid-7.2.0 spec/support/models/toy.rb
mongoid-7.2.0.rc1 spec/support/models/toy.rb