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

Version Path
ibm_db-5.2.0-x86-mingw32 test/models/job.rb
ibm_db-5.1.0-x86-mingw32 test/models/job.rb
ibm_db-5.0.5-x86-mingw32 test/models/job.rb
ibm_db-5.0.4-x86-mingw32 test/models/job.rb
ibm_db-5.0.3-x86-mingw32 test/models/job.rb
ibm_db-5.0.2-x86-mingw32 test/models/job.rb
ibm_db-3.0.5-x86-mingw32 test/models/job.rb
ibm_db-3.0.5 test/models/job.rb