-
Getting Started with Rails 7 Episode 6: Resourceful Routes for Articles and the link_to Helper
This is the 6th video in the Getting Started with Rails 7 series. In this video Mike sets up resourceful routes for articles. He updates the routing configuration for articles to use routing resources instead of specifying every action one by one. He goes through each of the RESTful routes produced by the articles resource…