Sha256: 87aeca703c87a7d486e1fc78038ceddbf2d3cd11b5faffd4f5657f6a78849429

Contents?: true

Size: 111 Bytes

Versions: 6

Compression:

Stored size: 111 Bytes

Contents

# frozen_string_literal: true
# encoding: utf-8

class Nut
  include Mongoid::Document

  belongs_to :hole
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mongoid-7.3.5 spec/support/models/nut.rb
mongoid-7.3.4 spec/support/models/nut.rb
mongoid-7.3.3 spec/support/models/nut.rb
mongoid-7.3.2 spec/support/models/nut.rb
mongoid-7.3.1 spec/support/models/nut.rb
mongoid-7.3.0 spec/support/models/nut.rb