Thought I'd go to the next level by adding CRUD for authors. I made an Authors controller, put a list subroutine in it, and wrote a root/authors/list.tt2.
When I ran the server, it listed authors/list in the "Loaded Private actions" section, but nothing in the "Loaded Path actions" part. When I go to localhost:3000/authors/list, I get the generic Catalyst page (after logging in).
How can this be?
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
