REST routing issue

I have this standard url path

:url => {:action => ‘list’, :params => params.merge({:page => n})},

how can I change it to a REST path, I mean how can I merge the params
???

:url => projects_url ???

thanks for your help

kad

projects_url(:page => n)

On Jun 13, 9:59 am, Kad K. [email protected]