Ruby on Rails Nested Resources, Namespaces, and RESTful
I am working on a website where I have an admin section to add data and public read only sections. I like to have a clean hierarchy of URLs. I first implemented it using the standard generator code. I had a /restaurants and a /locations url for both. Locations doesn’t make sense as a top [...]