Sha256: 08a976e84666d64a9f59b1e397abcffa24615cef9c2a2998328e263851144eca
Contents?: true
Size: 238 Bytes
Versions: 20
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 class CustomerAddress include Mongoid::Document field :street, type: String field :city, type: String field :state, type: String embedded_in :addressable, polymorphic: true end
Version data entries
20 entries across 20 versions & 2 rubygems