Re: Not sure if this is a Controller or Routing Issue

2007-05-09 Thread AD7six
On 3 mayo, 20:11, rockit <[EMAIL PROTECTED]> wrote: > Let me explain what i have here. I have 2 models, Inventory & Photo. > I have defined an association that Inventory hasMany Photo. ie. a Car > can have many photos. > > I have the inventoriesController set up and working properly. it > con

Not sure if this is a Controller or Routing Issue

2007-05-03 Thread rockit
Let me explain what i have here. I have 2 models, Inventory & Photo. I have defined an association that Inventory hasMany Photo. ie. a Car can have many photos. I have the inventoriesController set up and working properly. it contains the basic admin_index(), admin_add(), admin_edit(), and adm