Sha256: ddb235a686464071029a147e5392fb711290c1b421f0c30d1080df18bc24c37a
Contents?: true
Size: 227 Bytes
Versions: 4
Compression:
Stored size: 227 Bytes
Contents
# This is just here to get around the fact I use a Class to load # fixtures right now. class AnimalsExhibit < DataMapper::Base property :animal_id, :integer, :key => true, :serial => false property :exhibit_id, :integer end
Version data entries
4 entries across 4 versions & 1 rubygems