ruby on rails - how to create scaffolding for model that is already in place -
I already have a model. I just want some admin screen designed for this, which is the add / edit / update Delete / delete functionality.
My model name is user and it has user_id, first_name, last_name, user_status, created_atam, updated, has been updated,
Its code on this model> script / generate so that crude functionality will come in its own way and then I can look like this other application
I do not know if it makes a difference , But in the user
model via
related to another table
I believe you can use it for
Comments
Post a Comment