Sha256: 5f99106492e800593fe0ed6bc2f119b8a444f8cf47e2c3682892607064610308
Contents?: true
Size: 568 Bytes
Versions: 19
Compression:
Stored size: 568 Bytes
Contents
# ========================== # Used for Association specs # --- # These models will probably # end up removed. So, I wouldn't # use this metaphor class Vehicle include DataMapper::Resource property :id, Serial property :name, String class << self attr_accessor :mock_relationship end end class Manufacturer include DataMapper::Resource property :id, Serial property :name, String class << self attr_accessor :mock_relationship end end class Supplier include DataMapper::Resource property :id, Serial property :name, String end
Version data entries
19 entries across 19 versions & 5 rubygems