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