Sha256: 9c918b1f3f1f0654e285bc6a7c0bd4e5c4fc63f2eb61a3cd8ac88d2928d67d7a

Contents?: true

Size: 120 Bytes

Versions: 6

Compression:

Stored size: 120 Bytes

Contents

# frozen_string_literal: true
# encoding: utf-8

class Threadlocker
  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/threadlocker.rb
mongoid-7.3.4 spec/support/models/threadlocker.rb
mongoid-7.3.3 spec/support/models/threadlocker.rb
mongoid-7.3.2 spec/support/models/threadlocker.rb
mongoid-7.3.1 spec/support/models/threadlocker.rb
mongoid-7.3.0 spec/support/models/threadlocker.rb