Trace:
Differences
This shows you the differences between two versions of the page.
|
ror:caching_nested_forms [2009/11/13 22:59] onno |
ror:caching_nested_forms [2009/11/16 22:13] (current) onno |
||
|---|---|---|---|
| Line 22: | Line 22: | ||
| - | This is obviously bad if you want to use nested **forms**. In a nested form, the CRUD (Create, Read, Update, Delete) actions on the nested model are automatically handled for you, so there's no real need to access the nested model's controller. | + | This is obviously bad if you want to use nested **forms**, where you need the controller to be the one for the parent object. In a nested form, the CRUD (Create, Read, Update, Delete) actions on the nested model are automatically handled for you, so there's no real need to access the nested model's controller. |
| <code> | <code> | ||
You are here: start » ror » ror:caching_nested_forms