I have an app that supports multiple organizations. Each organization has many customers. Each customer has many appointments.
I think that means organizations, while controllers, employ a customer controller, which employes an appointment controller. In my head the URL for editing an appointment should therefore look like this: /hostname/organization/5/customer/2/appointment/edit/9 This kind of organization also lets one bookmark an action or record easily. I am doing multiple things wrong, of course, but I don’t know exactly what. Can someone explain at a high level what I should correct, ideally some documentation somewhere? I have been reading the 3rd edition section 4.2 but am stuck. Thanks!