Sha256: e56c554a8e14a87f8b48f43880dfd3d2d1f59af7e9b2f29df27dc8216a1eb0f7
Contents?: true
Size: 324 Bytes
Versions: 12
Compression:
Stored size: 324 Bytes
Contents
<%= grid(@projects_grid) do |g| g.column name: 'Project Name', attribute: 'name' do |project| link_to(project.name, tasks_path( wice_grid_custom_filter_params( grid_name: 'grid', attribute: 'project_id', value: project.id ))) end end -%>
Version data entries
12 entries across 12 versions & 2 rubygems