Displaying 1 result from an estimated 1 matches for "b73906be".
2006 Jul 25
3
Controller namespace problem?
I''m not getting any love grouping controllers into separate namespaces
and I''m hoping someone can tell me what I''m not getting:
$ rails foo
$ cd foo
$ script/generate controller Namespace::Bar index
$ script/server
$ lynx http://localhost:3000/namespace/bar
-> 404
-> Routing Error
-> Recognition failed for "/namespace/bar"
Many thanks in advance.