Sha256: fa299763b10abdbc545fe579cb5edb3ded8ba333b40f3b4a28123555d44f09db

Contents?: true

Size: 295 Bytes

Versions: 5

Compression:

Stored size: 295 Bytes

Contents

<%= grid(@versions_grid3) 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: ['development', 'testing', 'production']
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/_g3.html.erb
wice_grid-7.1.3 spec/support/test_app/app/views/custom_filters1/_g3.html.erb
wice_grid-7.1.2 spec/support/test_app/app/views/custom_filters1/_g3.html.erb
wice_grid-7.1.1 spec/support/test_app/app/views/custom_filters1/_g3.html.erb
wice_grid-7.1.0 spec/support/test_app/app/views/custom_filters1/_g3.html.erb