search for: catggori

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

Did you mean: categori
2006 Mar 01
1
question
Hello all! I would like to get an admin interface for my shopping cart app up and running using rails. The admin interface will be used for Customers, Products, Catggories, ect management. My db schema reflects the above mention tables names. The question I have is could I use the scaffold feature this way: (eg)---ruby script/generate scaffold Products Customers Categories Admin?