Sha256: eec140bf30cced86d2387b39887292c549196a8898039fe0213af8af0994c125

Contents?: true

Size: 128 Bytes

Versions: 6

Compression:

Stored size: 128 Bytes

Contents

class PetTreasure < ActiveRecord::Base
  self.table_name = "pets_treasures"

  belongs_to :pet
  belongs_to :treasure
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ibm_db-5.2.0-x86-mingw32 test/models/pet_treasure.rb
ibm_db-5.1.0-x86-mingw32 test/models/pet_treasure.rb
ibm_db-5.0.5-x86-mingw32 test/models/pet_treasure.rb
ibm_db-5.0.4-x86-mingw32 test/models/pet_treasure.rb
ibm_db-5.0.3-x86-mingw32 test/models/pet_treasure.rb
ibm_db-5.0.2-x86-mingw32 test/models/pet_treasure.rb