Displaying 1 result from an estimated 1 matches for "season_controller".
Did you mean:
person_controller
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 contr...