Sha256: fd367bee44845ae6cafd0188aa427cc4d69759109054f4870b96f6d842eb0a68
Contents?: true
Size: 262 Bytes
Versions: 61
Compression:
Stored size: 262 Bytes
Contents
<%= table_for Product, :paginate => @pagination, :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
61 entries across 61 versions & 1 rubygems