-
Getting Started with Rails 7 Episode 9: Update an Article and Use Form Partials
This is the 9th video in the Getting Started with Rails 7 series. In this video Mike implements the edit and update actions, refactors repeated form code from the new and edit views into a form view partial, and refactors repeated code in the ArticlesControllerTest into shared assertion helper methods. This video covers: The code…