Sha256: 55e6353149f308b5b347db47071d6924a8b0948c50c6096fe0f489fc8e01b2ae
Contents?: true
Size: 348 Bytes
Versions: 134
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true json.cache! address do json.(address, *address_attributes) json.country do if address.country json.(address.country, *country_attributes) else json.nil! end end json.state do if address.state json.(address.state, *state_attributes) else json.nil! end end end
Version data entries
134 entries across 134 versions & 2 rubygems