Sha256: 0c3a6e23cf3025725a059371ec6e24826a6ffb330149c7d53938c6a750cf4b4f
Contents?: true
Size: 220 Bytes
Versions: 62
Compression:
Stored size: 220 Bytes
Contents
<%= table_for Product 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, :count end %>
Version data entries
62 entries across 62 versions & 1 rubygems