Every time I start a ruby on rails API project, and make a few models, invariably there is some CRUD to be coded. For those new to this word, CRUD means Create, Read, Update and Delete. If you are someone who likes scaffolding, you can get away with it. …