Displaying 1 result from an estimated 1 matches for "cars_controller".
Did you mean:
cards_controller
2006 Apr 08
5
Creating sub actions
...irtain UI.
[The background]
Now let say I have a object "Car". Apart from having basic attributes
like car name, model, etc etc, tt has a list of "parts" that a car has.
This essentially means i have two models (or tables in db) "Car" and
"Part" and "Cars_Controller" and "Parts_COntroller".
[The Problem]
Now I want to develop an edit interface for this scenario. The edit
interface has two tabs "General Car Details" and "Car Parts".
Now I understand that when I select to "edit" a car. This will take me
two first e...