Sha256: dc17df37eb69e8f63ee1083b3b3efcfa30eac4348e9af2ea4b1f13c2c1fe73c8

Contents?: true

Size: 102 Bytes

Versions: 9

Compression:

Stored size: 102 Bytes

Contents

<%= table_for @products do |t|
  t.checkbox
  t.column :id
  t.column :title
  t.column :price
end %>

Version data entries

9 entries across 9 versions & 1 rubygems

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