What’s the best idion when you need to present the user a single form,
whose data is loaded into several models?
Issues:
- How to display the errors together
- How do you handle one model being valid but not the other
- How do you do validations if one model’s validity depends on the other
(I guess transactions could be used to handle #2 and #3…)