aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/toy.rb
blob: 79a88db0dafdf18f21935b60ba84da85cc0d51e5 (plain) (tree)
1
2
3
4



                              
class Toy < ActiveRecord::Base
  set_primary_key :toy_id
  belongs_to :pet
end