I'm walking through this Railcast:
When I reach 5:14 to view the application, I get the following:
Unknown action
No action responded to index. Actions: create, edit, new, and update
What should I do?
Thanks.
I'm walking through this Railcast:
When I reach 5:14 to view the application, I get the following:
Unknown action
No action responded to index. Actions: create, edit, new, and update
What should I do?
Thanks.
I'm walking through this Railcast: #160 Authlogic - RailsCasts
When I reach 5:14 to view the application, I get the following:
Unknown action
No action responded to index. Actions: create, edit, new, and update
What should I do?
Work through the rails guides.
Colin
Abder-Rahman Ali wrote:
I'm walking through this Railcast: #160 Authlogic - RailsCasts
When I reach 5:14 to view the application, I get the following:
Unknown action
No action responded to index. Actions: create, edit, new, and update
What should I do?
Thanks.
It means you dont have an index method in your controller