Sha256: 7fe3625bd5827ca15681e7add281b667546fe81e4645a02ee6f250d0d3bdf3fc

Contents?: true

Size: 156 Bytes

Versions: 22

Compression:

Stored size: 156 Bytes

Contents

# frozen_string_literal: true

class Mongoid::Entry
  include Mongoid::Document

  field :name

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
bullet-7.0.7 spec/models/mongoid/entry.rb
bullet-7.0.6 spec/models/mongoid/entry.rb
bullet-7.0.5 spec/models/mongoid/entry.rb
bullet-7.0.4 spec/models/mongoid/entry.rb
bullet-7.0.3 spec/models/mongoid/entry.rb
bullet-7.0.2 spec/models/mongoid/entry.rb
bullet-7.0.1 spec/models/mongoid/entry.rb
bullet-7.0.0 spec/models/mongoid/entry.rb
bullet-6.1.5 spec/models/mongoid/entry.rb
bullet-6.1.4 spec/models/mongoid/entry.rb
bullet-6.1.3 spec/models/mongoid/entry.rb
bullet-6.1.2 spec/models/mongoid/entry.rb
bullet-6.1.1 spec/models/mongoid/entry.rb
bullet-6.1.0 spec/models/mongoid/entry.rb
bullet-6.0.2 spec/models/mongoid/entry.rb
bullet-6.0.1 spec/models/mongoid/entry.rb
bullet-6.0.0 spec/models/mongoid/entry.rb
bullet-5.9.0 spec/models/mongoid/entry.rb
bullet-5.8.1 spec/models/mongoid/entry.rb
bullet-5.8.0 spec/models/mongoid/entry.rb