Sha256: 262713af78fee7ff9813f30f1c7d59fa849928cc04ba8c9f5011acba5abd896c
Contents?: true
Size: 201 Bytes
Versions: 4
Compression:
Stored size: 201 Bytes
Contents
class Profile include DataMapper::Resource property :id, Serial property :person_id, Integer, :nullable => false property :nick, String, :nullable => false belongs_to :person end
Version data entries
4 entries across 4 versions & 1 rubygems