HAS_ONE ASSOCIATION WITH DEVISE USER
Quick scenario for the project: you’re trying to create a rails application with users that have a portfolio (for others, it’ll be profile or account page). Assumption/Steps: Your rails application has a home index page and is your root page. {Route.rb => root to: “home#index”} You have generated devise User You have added extra fields to user forms. For my project I…