Sha256: ccddbc838d92effa2b2314fb34e39f1d8aa165d0f7adcd81e57c0b32d31b7ab7
Contents?: true
Size: 333 Bytes
Versions: 134
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true json.(stock_location, *stock_location_attributes) json.country do if stock_location.country json.(stock_location.country, *country_attributes) else json.nil! end end json.state do if stock_location.state json.(stock_location.state, *state_attributes) else json.nil! end end
Version data entries
134 entries across 134 versions & 2 rubygems