Sha256: 223cecd32c396397fbeba658b362509459494563e7eff656d9204947c72298b0
Contents?: true
Size: 348 Bytes
Versions: 84
Compression:
Stored size: 348 Bytes
Contents
# encoding: utf-8 class Address include Mongoid::Document # jinda begin include Mongoid::Timestamps field :address_street, :type => String field :city, :type => String field :state, :type => String field :zip, :type => String field :phone, :type => String field :lat, :type => Float field :lng, :type => Float # jinda end end
Version data entries
84 entries across 81 versions & 4 rubygems