Sha256: ca47e8af4903b82075664cdb2d26441be9def609ae86c1eb6d6367d042a889b4

Contents?: true

Size: 201 Bytes

Versions: 22

Compression:

Stored size: 201 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

22 entries across 22 versions & 3 rubygems

Version Path
ibm_db-5.2.0 test/models/job.rb
ibm_db-5.1.0 test/models/job.rb
ibm_db-5.0.5 test/models/job.rb
ibm_db-5.0.4 test/models/job.rb
ibm_db-5.0.3 test/models/job.rb
ibm_db-5.0.2 test/models/job.rb
ibm_db-4.0.0-x86-mingw32 test/models/job.rb
ibm_db-4.0.0 test/models/job.rb
ibm_db-3.0.4-x86-mingw32 test/models/job.rb
ibm_db-3.0.4 test/models/job.rb
ibm_db-3.0.3-x86-mingw32 test/models/job.rb
ibm_db-3.0.3 test/models/job.rb
ibm_db-3.0.2-x86-mingw32 test/models/job.rb
ibm_db-3.0.2 test/models/job.rb
activejob-lock-0.0.2 rails/activerecord/test/models/job.rb
ibm_db-3.0.1 test/models/job.rb
ibm_db-3.0.1-x86-mingw32 test/models/job.rb
activejob-lock-0.0.1 rails/activerecord/test/models/job.rb
activerecord-nuodb-adapter-2.0.3 test/models/job.rb
activerecord-nuodb-adapter-2.0 test/models/job.rb