Sha256: 0af0827d8d502b3969d47f6effa55302dcc09260704046b8f12d3cae03da3a29
Contents?: true
Size: 284 Bytes
Versions: 1
Compression:
Stored size: 284 Bytes
Contents
module DmPanlex class Wcex include DataMapper::Resource storage_names[:default] = 'wcex' property :ex, Integer, :key => true property :tt, Text, :required => true, :unique_index => true has n, :wcs, :parent_key => :ex, :child_key => :ex end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dm_panlex-0.2.0 | lib/dm_panlex/models/wcex.rb |