Sha256: 20612fae605bd5b03ad59d56253d3ab3b14f1d6bcf3a1e06631dd890cbf85dc3
Contents?: true
Size: 272 Bytes
Versions: 4
Compression:
Stored size: 272 Bytes
Contents
module Comee module Core class ClientAddressSerializer < ActiveModel::Serializer attributes :id, :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
4 entries across 4 versions & 1 rubygems