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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs