Sha256: 2fe5f7c02f2b3dcf988bcfc668eb1109a787a16e0af291a1e6648c337724b049

Contents?: true

Size: 335 Bytes

Versions: 5

Compression:

Stored size: 335 Bytes

Contents

<%= grid(@versions_grid1) 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' => 'development', 'Testing' => 'testing', 'Production' => '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/_g1.html.erb
wice_grid-7.1.3 spec/support/test_app/app/views/custom_filters1/_g1.html.erb
wice_grid-7.1.2 spec/support/test_app/app/views/custom_filters1/_g1.html.erb
wice_grid-7.1.1 spec/support/test_app/app/views/custom_filters1/_g1.html.erb
wice_grid-7.1.0 spec/support/test_app/app/views/custom_filters1/_g1.html.erb