2
I have a system with Ruby and a CRUD has been created via Scaffold and I would like to add some new fields.
Because what I found on the internet was using the following command.
rails generate migration add_preco_to_produtos preco:decimal
However this command will only update the database, and I would like to update the entire CRUD. Is there any command that can assist me?
Thank you very much.
– Erik Ieger Dobrychtop