I’m working on my first one-to-many. Through scaffolds I have CRUD
interfaces for the “feeds” and “items” tables. I have everything
configured for a one-to-many O/R mapping, to my knowledge.
Is there a scaffold command I can run to create a CRUD interface with
both “feeds” and “items” on the same interface?
All the code is hosted at the google repository, it can be browsed.
Here
are some specific links for some code (rather than posting it):
I’m working on my first one-to-many. Through scaffolds I have CRUD
interfaces for the “feeds” and “items” tables. I have everything
configured for a one-to-many O/R mapping, to my knowledge.
Is there a scaffold command I can run to create a CRUD interface with
both “feeds” and “items” on the same interface?