Sha256: 768402e78089d09ad63c2cb6f14fe01a1072dae70026f9c9ab8b2e0df613681a
Contents?: true
Size: 306 Bytes
Versions: 15
Compression:
Stored size: 306 Bytes
Contents
module Comee module Core class ClientAddressSerializer < ActiveModel::Serializer attributes :id, :name, :address_line1, :street, :city, :state, :country_id, :postal_code, :address_type, :client_id, :default belongs_to :client belongs_to :country end end end
Version data entries
15 entries across 15 versions & 1 rubygems