Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix this up? " Unknown action The action 'index' could not be found for UsersController"

When I go to my localhost:3000/users page, I get:
Unknown action
The action 'index' could not be found for UsersController.

like image 449
Pisto Avatar asked Dec 12 '22 14:12

Pisto


1 Answers

If you were following Hartl's tutorial,then accessing localhost:3000/users will cause this error. Try localhost:3000/signup instead.

like image 147
Ivan Chaer Avatar answered May 04 '23 01:05

Ivan Chaer