Sha256: dead409edacbd7757f2cd8b342a1be6d7dd4ab8484cc25f0ba43eed5b495173d
Contents?: true
Size: 239 Bytes
Versions: 10
Compression:
Stored size: 239 Bytes
Contents
class Address include Mongoid::Document field :street, type: Array field :city, type: String field :state, type: String field :zip, type: String field :country, type: String embedded_in :locatable, polymorphic: true end
Version data entries
10 entries across 10 versions & 1 rubygems