Sha256: 149778c085cb6af43e41e3c2792300da25f9ae0468e2ab2a619e224709fc5acd

Contents?: true

Size: 203 Bytes

Versions: 10

Compression:

Stored size: 203 Bytes

Contents

member(@basket) do |member, basket|
  member.link "payment", basket_payments_url(@basket)
  member.link "self", basket_url(@basket)
  
  member.values { |values|
    values.price @basket.price
  }
  
end

Version data entries

10 entries across 5 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 full-examples/rest_from_scratch/part_2/app/views/baskets/show.tokamak
restfulie-nosqlite-1.0.4 full-examples/rest_from_scratch/part_3/app/views/baskets/show.tokamak
restfulie-1.1.1 full-examples/rest_from_scratch/part_3/app/views/baskets/show.tokamak
restfulie-1.1.1 full-examples/rest_from_scratch/part_2/app/views/baskets/show.tokamak
restfulie-1.1.0 full-examples/rest_from_scratch/part_2/app/views/baskets/show.tokamak
restfulie-1.1.0 full-examples/rest_from_scratch/part_3/app/views/baskets/show.tokamak
restfulie-nosqlite-1.0.3 full-examples/rest_from_scratch/part_2/app/views/baskets/show.tokamak
restfulie-nosqlite-1.0.3 full-examples/rest_from_scratch/part_3/app/views/baskets/show.tokamak
restfulie-1.0.3 full-examples/rest_from_scratch/part_3/app/views/baskets/show.tokamak
restfulie-1.0.3 full-examples/rest_from_scratch/part_2/app/views/baskets/show.tokamak