Hi,
I have a Books controller and I need to configure restful routes for
API
webservice.I need to set the routes for the below urls
books/book_id/search
books/book_id/delete
books/book_id/next
How do i do it
Hi,
I have a Books controller and I need to configure restful routes for
API
webservice.I need to set the routes for the below urls
books/book_id/search
books/book_id/delete
books/book_id/next
How do i do it
On Thu, Apr 17, 2014 at 4:46 PM, prabhu [email protected]
wrote:
Hi,
I have a Books controller and I need to configure restful routes for API
webservice.I need to set the routes for the below urlsbooks/book_id/search books/book_id/delete books/book_id/next
How do i do it
If you haven’t worked through a tutorial, do that first. If you have,
read (or re-read) Rails Routing from the Outside In — Ruby on Rails Guides.
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