Sha256: f9b0b86ce738aac24cf2d42be8733d90374c6db5d23f4d5a4ce2f880e97c939b
Contents?: true
Size: 366 Bytes
Versions: 16
Compression:
Stored size: 366 Bytes
Contents
module Addressable include DataMapper::Resource is :remixable, :suffix => "address" property :id, Serial property :address1, String, :length => 255 property :address2, String, :length => 255 property :city, String, :length => 128 property :state, String, :length => 2 property :zip, String, :length => 5..10 end
Version data entries
16 entries across 16 versions & 1 rubygems