1e6c50e21b
735d985b01
1 2 3
4 5
6
class Toy < ActiveRecord::Base set_primary_key :toy_id belongs_to :pet scope :with_pet, joins(:pet) end