Summary
In this chapter, we learned about models, migrations, and the Rails console as the go-to tool to easily manipulate data on a database. We also learned how useful the implementation of Active Record is on Rails and how we can communicate with a database with very easy-to-use commands. Now we are ready to put it all together by fetching data from a database and displaying it on the view, which is what we’ll be doing in the next chapter.