Ruby-on-Rails : how to add a column
Article originally published here : https://www.bootrails.com/blog/rails-add-column/
Introduction
Let's say you have a table named "books", and an associated model named "Book".
You want to add the column "author".
Tools used in this tutorial : Rails...
bootrails.hashnode.dev5 min read