Sha256: 6c06462f5f914faf55c3cea84d708a81587513953eee75d385ee4f946e66c40f

Contents?: true

Size: 296 Bytes

Versions: 1

Compression:

Stored size: 296 Bytes

Contents

module DmPanlex
   class I1
      include DataMapper::Resource

      storage_names[:default] = 'i1'

      property :iso1, String, :length => 2, :key => true
      property :iso3, String, :length => 3, :required => true

      belongs_to :lc, :parent_key => :lc, :child_key  => :iso3
   end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dm_panlex-0.2.0 lib/dm_panlex/models/i1.rb