Sha256: 297c2cde3f071074c87eba136bdc7a2781ea99b9ba7e33f3c9bf58d154dba04d
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
# This is just here to get around the fact I use a Class to load # fixtures right now. class AnimalsExhibit #< DataMapper::Base include DataMapper::Persistence property :animal_id, :integer, :key => true property :exhibit_id, :integer, :key => true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datamapper-0.2.5 | spec/models/animals_exhibit.rb |