Sha256: 56f0055df8cb86e9ccc1f17a89ed9b3660e37f725cd896f457dcd9cd30fcccf5
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
module DmPanlex class Mi include DataMapper::Resource storage_names[:default] = 'mi' property :mn, Integer, :key => true property :tt, Text, :required => true belongs_to :mn, :parent_key => :mn, :child_key => :mn end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dm_panlex-0.2.0 | lib/dm_panlex/models/mi.rb |