Sha256: e424891575d555077c961a9dc2e50bca20f299c435a8b900fe9c8eebcbc75615
Contents?: true
Size: 392 Bytes
Versions: 10
Compression:
Stored size: 392 Bytes
Contents
<%= table_for Product, :paginate => true, batch_actions: {a: "Hallo", b: "Du da!"} do |t| t.checkbox t.column :title, sortable: true t.column :price, filter: :range t.column :active, sortable: false t.column :vendor_product_name, header: 'Product by vendor' t.column :updated_at, filter: :date t.association :vendor, :name, filter: :exact t.association :tags, :title end %>
Version data entries
10 entries across 10 versions & 1 rubygems