Hey Guys,
I'm new to grails and am really liking it so far. However, I'm currently unsure as to how to proceed with a project I'm working on.
The scaffolding CRUD feature is awesome, however I have a many-to-many relationship that I'm struggling with.
I am building a site for a restaurant and I have menu and menuItem domain classes. These are many to many, so I know I need to have a link table, but how do I implement this whilst keeping the auto-generated CRUD functionality?
Appreciate any guidance you guys can give.
David.
I'm new to grails and am really liking it so far. However, I'm currently unsure as to how to proceed with a project I'm working on.
The scaffolding CRUD feature is awesome, however I have a many-to-many relationship that I'm struggling with.
I am building a site for a restaurant and I have menu and menuItem domain classes. These are many to many, so I know I need to have a link table, but how do I implement this whilst keeping the auto-generated CRUD functionality?
Appreciate any guidance you guys can give.
David.