For this assignment, we were to create our own simple Sinatra application. Using ActiveRecord associations, I needed a “User” class that sponsored a “has_many” relationship and at least one other class that “belonged_to” a user. Also, user authentication and password encryption were required. Alike any project started from scratch, I used my three phase methodolgy- Planning/Researching, Implementation, and Refactoring/CSS.