Sha256: a1e69a44bcc3c85e78d535b158adf4bd729ebc8751eeea1a8bf5df56a3808507

Contents?: true

Size: 128 Bytes

Versions: 41

Compression:

Stored size: 128 Bytes

Contents

class Mongoid::Entry
  include Mongoid::Document

  field :name

  belongs_to :category, :class_name => "Mongoid::Category"
end

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
bullet-4.14.5 spec/models/mongoid/entry.rb
bullet_instructure-4.0.5 spec/models/mongoid/entry.rb
bullet-4.14.4 spec/models/mongoid/entry.rb
bullet-4.14.3 spec/models/mongoid/entry.rb
bullet-4.14.2 spec/models/mongoid/entry.rb
bullet-4.14.0 spec/models/mongoid/entry.rb
bullet-4.13.2 spec/models/mongoid/entry.rb
bullet-4.13.1 spec/models/mongoid/entry.rb
bullet_instructure-4.0.3 spec/models/mongoid/entry.rb
bullet-4.13.0 spec/models/mongoid/entry.rb
bullet-4.12.0 spec/models/mongoid/entry.rb
bullet_instructure-4.0.2 spec/models/mongoid/entry.rb
bullet-4.11.3 spec/models/mongoid/entry.rb
bullet-4.11.2 spec/models/mongoid/entry.rb
bullet-4.11.1 spec/models/mongoid/entry.rb
bullet-4.11.0 spec/models/mongoid/entry.rb
bullet-4.10.0 spec/models/mongoid/entry.rb
bullet-4.9.0 spec/models/mongoid/entry.rb
bullet-4.8.0 spec/models/mongoid/entry.rb
bullet-4.7.1 spec/models/mongoid/entry.rb