I'm using the Rails gem active_link_to
for determining the active URL for menus. It works great on straight forward links such as '/controller/action'
but how can I do it similarly for particular param?
Ie /controller/action?user=all
Or is there a better gem that can provide this?