Sha256: d9e10b58a1ba7365795c279d259fb0eb9fda4aa20eb7d13ca0ef1da74e64ec1e

Contents?: true

Size: 344 Bytes

Versions: 5

Compression:

Stored size: 344 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>',
    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_from_string.html.erb
tableficate-0.3.1 spec/test_app/app/views/filters/select_from_string.html.erb
tableficate-0.3.0 spec/test_app/app/views/filters/select_from_string.html.erb
tableficate-0.2.1 spec/test_app/app/views/filters/select_from_string.html.erb
tableficate-0.2.0 spec/test_app/app/views/filters/select_from_string.html.erb