aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/owner.rb
blob: dbaf2ce6889d5c3ba2ba079adc314c99517a6f09 (plain) (tree)
1
2
3
4



                                
class Owner < ActiveRecord::Base
  set_primary_key :owner_id
  has_many :pets
end