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