search for: web_item

Displaying 1 result from an estimated 1 matches for "web_item".

2006 Jul 25
6
Newbie CMS question
...d updates, and also to practice my Rails skills. I''ve been reading the ''Agile Web Development with Rails'' book which is great and I''ve been building off the examples in there. I''m thinking that the way to go is to have a model for the web stuff (web_item) and a model for the audio stuff (audio_item) and the associated databases for each. I then generated an admin controller, then generated a scaffold for the web_item in the admin controller. This all works ok and I can add data to the database and see my changes in the browser. But this is o...