Sha256: f3118559f9a4b62e36f9223fbb9abe713ef3bc8ed2a25cb197be4feed674d904

Contents?: true

Size: 205 Bytes

Versions: 8

Compression:

Stored size: 205 Bytes

Contents

<%= form_tag update_multiple_products_path, method: :post do %>
  <%= render partial: 'shared/collection/table', locals: { 
    type: 'products', collection: @products, columns: ['name'] 
  } %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
voluntary-0.1.0 app/views/products/index.html.erb
voluntary-0.1.0.rc4 app/views/products/index.html.erb
voluntary-0.1.0.rc3 app/views/products/index.html.erb
voluntary-0.1.0.rc2 app/views/products/index.html.erb
voluntary-0.1.0.rc1 app/views/products/index.html.erb
voluntary-0.0.3 app/views/products/index.html.erb
voluntary-0.0.2 app/views/products/index.html.erb
voluntary-0.0.1 app/views/products/index.html.erb