Merged updates from trunk into stable branch
[feedcatcher.git] / vendor / rails / activerecord / test / models / toy.rb
1 class Toy < ActiveRecord::Base
2 set_primary_key :toy_id
3 belongs_to :pet
4 end