del82 / ezra

ezra on rails
2 stars 1 forks source link

Target Filtering Path #7

Closed parryc closed 11 years ago

parryc commented 11 years ago

Not sure how to add the correct path so that if you click on the links in the targets/:id table it will link to a filtered list for that target.

del82 commented 11 years ago

Don't get params work for that?

http://localhost:3000/targets/1?confirmed=1

Yields all and only target 1's confirmed hits, no?

On Mar 16, 2013, at 11:51, parryc wrote:

Not sure how to add the correct path so that if you click on the links in the targets/:id table it will link to a filtered list for that target.

— Reply to this email directly or view it on GitHub.