Sha256: 908d4e7800e0502927bf3cd817eeaf0235254c0f63c67eac034f481bddab067e

Contents?: true

Size: 164 Bytes

Versions: 8

Compression:

Stored size: 164 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tabulatr-0.4.2 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.4.1 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.4.0 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.3.0 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.2.0 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.1.3 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.1.2 spec/dummy_app/app/views/products/index_select.html.erb
tabulatr-0.1.1 spec/dummy_app/app/views/products/index_select.html.erb