Sha256: 0dc6f47df8d8ba75d1f494549294aef49f0e3c3b3d3ac66947b889ef2edc7b26
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true class Country < ApplicationRecord has_many :employees, class_name: 'Namespaced::Person', inverse_of: :country_of_service has_many :residents, class_name: 'Namespaced::Person', inverse_of: :country_of_residence global_registry_bindings ensure_entity_type: false, include_all_columns: true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
global-registry-bindings-0.1.3 | spec/internal/app/models/country.rb |