Sha256: 2f6af1a8effdc802db2795e51ca715fc3dcc29ae54ed06ec51e263628273fb90

Contents?: true

Size: 174 Bytes

Versions: 8

Compression:

Stored size: 174 Bytes

Contents

# ishapi / orders / _show

json.n_items order.items.length
json.order do
  json.array! order.items do |item|
    json.partial! 'ishapi/orders/item', :item => item
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ishapi-0.1.8.74 app/views/ishapi/orders/_show.jbuilder
ishapi-0.1.8.69 app/views/ishapi/orders/_show.jbuilder
ishapi-0.1.8.68 app/views/ishapi/orders/_show.jbuilder
ishapi-0.1.8.67 app/views/ishapi/orders/_show.jbuilder
ishapi-0.1.8.66 app/views/ishapi/orders/_show.jbuilder
ishapi-0.1.8.65 app/views/ishapi/orders/_show.jbuilder
ishapi-0.1.8.64 app/views/ishapi/orders/_show.jbuilder
ishapi-0.1.8.63 app/views/ishapi/orders/_show.jbuilder