Sha256: b24c7339c3fa58151f06f63cf63b38658f9526b1edee2285a0d8acfb89dd1311
Contents?: true
Size: 114 Bytes
Versions: 2
Compression:
Stored size: 114 Bytes
Contents
class Toy < ActiveRecord::Base self.primary_key = :toy_id belongs_to :pet scope :with_pet, joins(:pet) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activerecord-nuodb-adapter-2.0.3 | test/models/toy.rb |
activerecord-nuodb-adapter-2.0 | test/models/toy.rb |