Sha256: fceaa1b13f20bc20abea9ffff1e211d247ab124bb95bbdf410bb7685aefef3eb
Contents?: true
Size: 263 Bytes
Versions: 134
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true json.states_required(@country.states_required) if @country json.states(@states) { |state| json.(state, *state_attributes) } if @states.respond_to?(:total_pages) json.partial! 'spree/api/shared/pagination', pagination: @states end
Version data entries
134 entries across 134 versions & 2 rubygems