Sha256: 14d1a3d467fef218b5a85fde142dd6891589aec9a5c569dca81875912eb8e2a6
Contents?: true
Size: 279 Bytes
Versions: 13
Compression:
Stored size: 279 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 belongs_to :client belongs_to :country end end end
Version data entries
13 entries across 13 versions & 1 rubygems