Sha256: 7a610391213d4e247d97ff25107861b87343f080ed930b0c8329107eb4d9045b
Contents?: true
Size: 277 Bytes
Versions: 5
Compression:
Stored size: 277 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: ['Chemistry', 'Literature', 'Peace', 'Physics', 'Physiology or Medicine'], include_blank: true end %>
Version data entries
5 entries across 5 versions & 1 rubygems