Hello,
I need some help on exercise 3. Controllers, part 2 :
“In the routes file, create a route that maps the URL /messages to the Messages controller’s index action.”
this is what I have so far :
Rails.application.routes.draw do
GET “/messages” => “messages#index”