Sha256: bfce8b8dfe69b75b602a550692bd79e28d3d62c88a8df53d36b8f462d56ef35e
Contents?: true
Size: 322 Bytes
Versions: 5
Compression:
Stored size: 322 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
5 entries across 5 versions & 1 rubygems