Using scaffolding

Maybe the routes.rb has not been updated with the new resource users. Once check the routes.rb under config folder in your application and place "resources :users", if it is missing Or you can also check the url http://localhost:3000/users/index, sometimes its problem with scaffolding