Sha256: c0afa0e6bccb7b54776e092f33a442e564924387ad8d07a95cf3b3b6d6584806
Contents?: true
Size: 232 Bytes
Versions: 4
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true class Job < ActiveRecord::Base has_many :references has_many :people, through: :references belongs_to :ideal_reference, class_name: "Reference" has_many :agents, through: :people end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ibm_db-5.5.0-x86-mingw32 | test/models/job.rb |
ibm_db-5.4.1-x86-mingw32 | test/models/job.rb |
ibm_db-5.4.0-x86-mingw32 | test/models/job.rb |
ibm_db-5.3.2-x86-mingw32 | test/models/job.rb |