Sha256: 13650783edf93ab52beae61f90da3b581b8f5a77862729931537699da1d8da14
Contents?: true
Size: 363 Bytes
Versions: 61
Compression:
Stored size: 363 Bytes
Contents
<%= table_for Product, batch_actions: {'destroy' => "Delete"}, :paginate => @pagination do |t| t.checkbox t.column :title, sortable: true t.column :price, filter: :range t.column :active t.column :vendor_product_name, header: 'Product by vendor' t.column :updated_at t.association :vendor, :name, filter: :exact t.association :tags, :title end %>
Version data entries
61 entries across 61 versions & 1 rubygems