Sha256: 4fe6f0820c905c0b7d099cf24ffb5d85d0ed5052d33943be915d19db4cc083ba
Contents?: true
Size: 159 Bytes
Versions: 134
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true json.(@country, *country_attributes) json.states(@country.states) do |state| json.(state, :id, :name, :abbr, :country_id) end
Version data entries
134 entries across 134 versions & 2 rubygems