Steven Wanderskiblog.stevenwanderski.comยทJul 20, 2024Project DoList: "Project" CRUD / HotwireThis article will describe how to create the Project CRUD pages (Create, Read, Update, Delete) and then wire it all up with Hotwire Turbo. Create the Project Model Let's first create the Project model: bin/rails g model Project user_id:integer name ...Project DoList: Building a Todoist CloneRuby on RailsAdd a thoughtful commentNo comments yetBe the first to start the conversation.