Sha256: 0c3a6e23cf3025725a059371ec6e24826a6ffb330149c7d53938c6a750cf4b4f

Contents?: true

Size: 220 Bytes

Versions: 62

Compression:

Stored size: 220 Bytes

Contents

<%= table_for Product do |t|
  t.checkbox
  t.column :title
  t.column :price, filter: :range
  t.column :active
  t.column :updated_at
  t.association :vendor, :name, filter: :exact
  t.association :tags, :count
end %>

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
tabulatr2-0.10.4 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.10.3 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.10.2 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.10.1 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.10.0 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.48 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.47 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.46 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.45 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.44 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.43 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.42 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.41 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.40 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.39 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.38 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.37 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.36 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.35 spec/dummy/app/views/products/count_tags.html.erb
tabulatr2-0.9.34 spec/dummy/app/views/products/count_tags.html.erb