Sha256: 5a22f56f77b4720cdad565230d5e09331b60de1b2933c8da7850a33e4f5270e3

Contents?: true

Size: 270 Bytes

Versions: 1

Compression:

Stored size: 270 Bytes

Contents

<%= table_for Product, :paginate => @pagination, :default_pagesize => 1 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/one_item_per_page.html.erb