Sha256: 5a4cc9dd57a23e601b77cdef674ed611913a29f83b342a63f8e335a543759c90
Contents?: true
Size: 121 Bytes
Versions: 20
Compression:
Stored size: 121 Bytes
Contents
class Toy < ActiveRecord::Base self.primary_key = :toy_id belongs_to :pet scope :with_pet, -> { joins(:pet) } end
Version data entries
20 entries across 20 versions & 3 rubygems