Sha256: 1bef59228c44c992a3a02b8b501ff347b0aab253d1384befa0790869ad213fbc

Contents?: true

Size: 224 Bytes

Versions: 13

Compression:

Stored size: 224 Bytes

Contents

<%= table_for @products do |t|
  t.column :id
  t.column :title, :filter => :like
  t.column :price, :filter => :range
  t.column :active
  t.association :vendor, :name, :filter => :like
  t.association :tags, :title
end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tabulatr-0.4.2 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.4.1 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.4.0 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.3.0 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.2.0 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.1.3 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.1.2 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.1.1 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.1.0 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.0.5 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.0.4 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.0.3 spec/dummy_app/app/views/products/index_filters.html.erb
tabulatr-0.0.2 spec/dummy_app/app/views/products/index_filters.html.erb