Sha256: 18b5158f55b722ece12526272e03f2e8c4c374de57dfae0b0ea4a91e4c8dd6ad

Contents?: true

Size: 158 Bytes

Versions: 29

Compression:

Stored size: 158 Bytes

Contents

# frozen_string_literal: true

class Palette
  include Mongoid::Document
  embedded_in :canvas
  embeds_many :tools
end

require "support/models/big_palette"

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
mongoid-8.0.10 spec/support/models/palette.rb
mongoid-8.1.10 spec/support/models/palette.rb
mongoid-8.1.9 spec/support/models/palette.rb
mongoid-8.0.9 spec/support/models/palette.rb
mongoid-8.1.8 spec/support/models/palette.rb
mongoid-8.1.7 spec/support/models/palette.rb
mongoid-8.1.6 spec/support/models/palette.rb
mongoid-8.0.8 spec/support/models/palette.rb
mongoid-8.1.5 spec/support/models/palette.rb
mongoid-8.1.4 spec/support/models/palette.rb
mongoid-8.0.7 spec/support/models/palette.rb
mongoid-8.1.3 spec/support/models/palette.rb
mongoid-8.1.2 spec/support/models/palette.rb
mongoid-8.0.6 spec/support/models/palette.rb
mongoid-7.5.4 spec/support/models/palette.rb
mongoid-8.1.1 spec/support/models/palette.rb
mongoid-8.0.5 spec/support/models/palette.rb
mongoid-8.1.0 spec/support/models/palette.rb
mongoid-7.5.3 spec/support/models/palette.rb
mongoid-8.0.4 spec/support/models/palette.rb