I typed ruby C:\RailsApps\app\script\generate scaffold users
It showed the list of exists... creates...
I try to access http://localhost:4000/users
And the page has:
Routing Error
No route matches "/users" with {:method=>:get}
Thanks for the help!