How to add a field to an existing "scaffold"? #1677
Unanswered
thomasnield
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I gather that I cannot just add a field automatically to an existing model/view/controller made with a
scaffoldcommand. What steps must I take to ensure the field is added manually? Including the migration (which admittedly is the most black box part of this framework to me)?All reactions