Sha256: 6b428b36d94cd4f352aa294cc508e82fc34f2f27b6324e475b236fd6b18d070a
Contents?: true
Size: 152 Bytes
Versions: 1
Compression:
Stored size: 152 Bytes
Contents
xml.order_list(:for_product => @product.title) do for o in @orders xml.order do xml.name(o.name) xml.email(o.email) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amrita2-2.0.2 | sample/depot/app/views/info/who_bought.rxml |