Topic: Recommendations for Multiple Models/Controller
I have multiple models, and want a "admin" interface to each (they are not related)
If I generate "scaffold model1 admin", the generate scaffold model2 admin, it over writes the previous scaffold (correct?)
What is the recommended way to do this?
Thanks!