Just because the provided engine controllers/views don’t provide the
mechanisms to edit your custom user data doesn’t mean you can’t use
them - you can create your own controllers to edit the data, or use
the code-mixing mechanism engines provide to extend/modify the
existing controllers to suit your application.
It’s important, especially for someone coming recently to Rails, to
realise that there does not need to be a 1-1 mapping between models
and controllers.
JA> or use the code-mixing mechanism engines provide to extend/modify
the
JA> existing controllers to suit your application.
What you mean exactly with “code-mixing mechanism” ?
Can you provide some links ?