Issues with nested resources (maybe)
Hi everyone, has anyone encountered issues with nested resources? I set up a resource for a model called PersonnelProfile and nested a resource for the Contract model within it. The resulting URL looked something like mydomain.com/personnel-profiles/2/contracts/create, but I got a 'file not found' error. However, as a test, I created a model named Profile and nested the contract there, which worked correctly. Could I be making a mistake by naming it PersonnelProfile in the first place? Maybe the hyphens in the url or something else?