Concept Flow - Nested routes
Define parent resource
Define nested child resource inside parent
Rails generates URLs with parent and child IDs
Controller receives params with both IDs
Use params to find parent and child records
Render nested resource views
Nested routes let you organize URLs so child resources are inside parent resources, showing their relationship clearly.