Not sure if I\'m reading this right, but it seems like Scaffold will not do a one-to-many relationship in its entirety. For instance, if I create messages with
Scaffolds are scaffolds. When you want anything other than a CRUD on a table (which is what a scaffold is/does), you need to alter the generated scaffolding code, or roll your own.