Sha256: ed1abb5be87a720d7e01e0287af30f8a773757b4b77a2e123e1a2237835ae694
Contents?: true
Size: 338 Bytes
Versions: 5
Compression:
Stored size: 338 Bytes
Contents
<%= table_for @npw do |t| t.column :id t.column :first_name t.column :last_name t.column :category t.column :year t.filter :category, collection: '<option>Chemistry</option><option>Literature</option><option>Peace</option><option>Physics</option><option>Physiology or Medicine</option>', multiple: true end %>
Version data entries
5 entries across 5 versions & 1 rubygems