so I'm new to Ruby, so naturally I'm starting off with Rails 4. So the problem is that I've already created my models with scaffolds, and now I'm trying to figure out how to add attributes to a model that already exists. Say, I have a person, and I forgot to create the person_name attribute and now I want to add it.
Do I do this?
How does one add an attribute to a model?
Or is there some other way in rails 4?