Sha256: 9c183fad7ed3243a6f96a9cf14f14b8e9876a93112635df5e42afe1877d6ea0a
Contents?: true
Size: 208 Bytes
Versions: 8
Compression:
Stored size: 208 Bytes
Contents
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
8 entries across 8 versions & 1 rubygems