Sha256: 5f4b406a2c1a4a5384a7d0f98d37604f46f8e2533f4a6204a48f88c3e803a3dd

Contents?: true

Size: 125 Bytes

Versions: 4

Compression:

Stored size: 125 Bytes

Contents

class Mongoid::Entry
  include Mongoid::Document

  field :name

  belongs_to :category, class_name: 'Mongoid::Category'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bullet-5.7.4 spec/models/mongoid/entry.rb
bullet-5.7.3 spec/models/mongoid/entry.rb
bullet-5.7.2 spec/models/mongoid/entry.rb
bullet-5.7.1 spec/models/mongoid/entry.rb