Sha256: d13a3714e4a4ddbb13b8f638331647465346bfee78d152812595cc576fd8bc20
Contents?: true
Size: 347 Bytes
Versions: 16
Compression:
Stored size: 347 Bytes
Contents
%h1 Listing products %table %tr %td{colspan: "8"}= render 'sort_form' %tr %th Name %th Descr %th Price %th Date produced %th Manufacturer - @products.each do |product| %tr %td= product.name %td= product.descr %td= product.price %td= product.date_produced %td= product.manufacturer
Version data entries
16 entries across 16 versions & 1 rubygems