Sha256: a57a078b85fb9f381933b1c0fe2bb5c646ba1e66922b5cb8f57983d9f9d0aee0
Contents?: true
Size: 352 Bytes
Versions: 6
Compression:
Stored size: 352 Bytes
Contents
# encoding: utf-8 class Address include Mongoid::Document # mindapp 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 # mindapp end end
Version data entries
6 entries across 6 versions & 1 rubygems