Hello RoR community,
I am trying to pick up RoR with a simple social app using scaffolding. When I execute the commands in the terminal everything seems to go smoothly, however when I test on local host (such as navigating to: http://localhost:3000/users) I get a routing error that simply says:
"Routing Error
No route matches [GET] "/users"
"
I would like to troubleshoot since I must be forgetting something, yet with no error code or hint I am not sure where to begin!
Any help would be greatly appreciated, I am excited to find out my mistake.
-Mike