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

Version Path
tableficate-0.3.2 spec/test_app/app/views/filters/select_tag.html.erb
tableficate-0.3.1 spec/test_app/app/views/filters/select_tag.html.erb
tableficate-0.3.0 spec/test_app/app/views/filters/select_tag.html.erb
tableficate-0.2.1 spec/test_app/app/views/filters/select_tag.html.erb
tableficate-0.2.0 spec/test_app/app/views/filters/select_tag.html.erb