I have a Rails App in which I have hundreds of model that only have CRUD operations. I could use scaffold/active scaffold but then I end up having so many files in my application directory.
Is it possible to do something like have a generic model, view and controller to handle these rather than having 500 of them in the application folder.