I have a route like:
resources :products
Now I have all my code is in place but just need to change the paths from /products/:action to /items/:action
I have already skimmed through the rails docs but could not figure this out. It looks very basic and should be easy, but I just cant put my finger on it.
The url I used was: http://guides.rubyonrails.org/routing.html#path-and-url-helpers