Sha256: bfffe990033bf020ffd8f8cc3653090545b541c4c7cb2e73ecadd7748f3df6fb

Contents?: true

Size: 226 Bytes

Versions: 84

Compression:

Stored size: 226 Bytes

Contents

# frozen_string_literal: true

json.customer_returns(@customer_returns) do |customer_return|
  json.(customer_return, *customer_return_attributes)
end
json.partial! 'spree/api/shared/pagination', pagination: @customer_returns

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
solidus_api-2.11.3 app/views/spree/api/customer_returns/index.json.jbuilder
solidus_api-2.11.2 app/views/spree/api/customer_returns/index.json.jbuilder
solidus_api-2.11.1 app/views/spree/api/customer_returns/index.json.jbuilder
solidus_api-2.11.0 app/views/spree/api/customer_returns/index.json.jbuilder