Good morning,
On 27/11/13 at 2:51 PM -0000, Craig Chant
<[email protected]> wrote:
Or are there two single argument signatures to detach() one
takes an Action object and one takes a URL path string?
Being pedantic here, but it doesn't accept a URL path; it
accepts an action path. Often they are the same, but they don't
need to be.
# in Root Controller
sub my_list :Path('list') { ... }
You would pass /my_list to detach, but the URL for that action
would be /list.
Charlie
--
Ꮚ Charlie Garrison ♊ <[email protected]>
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
〠 http://www.ietf.org/rfc/rfc1855.txt
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/