Sha256: 13b62f2b81266c8dba46f91c9b43675cf69bd8e0f5d3a05ea36625db8b99381e

Contents?: true

Size: 254 Bytes

Versions: 5

Compression:

Stored size: 254 Bytes

Contents

<%= grid(@versions_grid4) do |g|
  g.column name: 'Project', attribute: 'name', assoc: :project, filter: false
  g.column name: 'Version name', attribute: 'name', filter: false
  g.column name: 'Status', attribute: 'status', custom_filter: :auto
end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wice_grid-7.1.4 spec/support/test_app/app/views/custom_filters1/_g4.html.erb
wice_grid-7.1.3 spec/support/test_app/app/views/custom_filters1/_g4.html.erb
wice_grid-7.1.2 spec/support/test_app/app/views/custom_filters1/_g4.html.erb
wice_grid-7.1.1 spec/support/test_app/app/views/custom_filters1/_g4.html.erb
wice_grid-7.1.0 spec/support/test_app/app/views/custom_filters1/_g4.html.erb