This did it for me. get ‘messages’=>‘messages#index’. We are essentially saying that the route configured so that all messages will go to http://localhost:8000/index.html/messages
I had to redo this exercise instead of codecademy giving the answers, otherwise next time I come to write this action again I won’t know what do - thank you for the tip below (was lost seeing so many instructions within the routes.rb folder).