rails/activerecord/test/models/reference.rb
Frederick Cheung 44d2142352 Ensure table names are quoted by the association preloading code.
[#45 state:resolved]

Signed-off-by: Michael Koziarski <michael@koziarski.com>
2008-04-26 12:14:50 +12:00

5 lines
80 B
Ruby

class Reference < ActiveRecord::Base
belongs_to :person
belongs_to :job
end