search for: season_control

Displaying 1 result from an estimated 1 matches for "season_control".

2006 Aug 13
0
Problem generating scaffold using modules
...app/controllers/admin_controller.rb and app/views/admin/index.rhtml. When I point my browser to localhost/admin, this page loads without a problem. Next, I generated a scaffold like this "generate scaffold Season ''admin/season''". This created app/controllers/admin/season_controller.rb, and also created the edit, list, new, and show pages in app/views/admin/season. When I browse to localhost/admin/season, I get a page saying "No action responded to season". Is this looking at the admin controller instead of the season controller? How do I get to the season co...