One or several controllers?

Hi again,

I have several model classes that need CRUD operations on them. Could I
have
a controller to manage scafolding for all of them or I need a controller
for
each model?

Eduardo,

I would prefer several controller if your models are real entities. For
instance roles can be applied more easily for each controller, …

Jean-Etienne