Sha256: 74cf4added1cb4395a4c1d6079dd4ea31722a3379b5710e374744fe165238e10

Contents?: true

Size: 146 Bytes

Versions: 5

Compression:

Stored size: 146 Bytes

Contents

<%= table_for @products, :batch_actions => {'delete' => "Delete"} do |t|
  t.checkbox  
  t.column :id
  t.column :title
  t.column :price
end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tabulatr-0.1.0 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.0.5 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.0.4 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.0.3 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.0.2 spec/dummy_app/app/views/products/index_select.html.erb