Sha256: 024a7d2a59a33a15fc86d42e818ee8c65e95dcac9c1f104b80e38724ba21a918

Contents?: true

Size: 223 Bytes

Versions: 1

Compression:

Stored size: 223 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
  property :exhibit_id, :integer, :key => true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datamapper-0.2.4 spec/models/animals_exhibit.rb