Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / vendor / rails / activerecord / test / models / job.rb
1 class Job < ActiveRecord::Base
2 has_many :references
3 has_many :people, :through => :references
4 belongs_to :ideal_reference, :class_name => 'Reference'
5 end