Sha256: a0039562b72f91f54de521d77680184182be50819b06701b702d99dd8c0ebb05

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

<%= table_for Product, :paginate => @pagination 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, :title
end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tabulatr2-0.6.0 spec/dummy/app/views/products/simple_index.html.erb