Sha256: 74fe5ecc8bee8406fe483de76370d1b25037beb5d6e5451d20b307182c87f6a0
Contents?: true
Size: 372 Bytes
Versions: 6
Compression:
Stored size: 372 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class Hole include Mongoid::Document has_one :bolt, dependent: :destroy has_one :threadlocker, dependent: :delete_all has_one :sealer, dependent: :restrict_with_exception has_many :nuts, dependent: :destroy has_many :washers, dependent: :delete_all has_many :spacers, dependent: :restrict_with_exception end
Version data entries
6 entries across 6 versions & 1 rubygems