Sha256: 8e2447255035c0fe14de19af48d0d9021f00d81a320d482a1311b21215c7cd0b
Contents?: true
Size: 302 Bytes
Versions: 14
Compression:
Stored size: 302 Bytes
Contents
# A person's nickname. If someone changes a person's points using this nickname, # the correct Person instance has their points changed. class Pseudonym include DataMapper::Resource property :id, Integer, :serial => true property :name, String, :nullable => false belongs_to :person end
Version data entries
14 entries across 14 versions & 3 rubygems