Displaying 1 result from an estimated 1 matches for "rentals_customers_url".
2006 Dec 17
2
Route generation and clash prevention
Let''s say you''re building a movie rental website. You have customers,
movies, and rentals to manage. REST style urls might look like this:
/customers/4
/movies/15
/rentals
You''d probably also want administrators to be able to view all of the
rentals done by a particular customer, and other similar details:
/customers/4/rentals
/movies/15/rentals
/rentals/529/customers