On Fri, Feb 11, 2011 at 9:18 PM, Cezary Statkiewicz <[email protected]> wrote: > Yes. map.resource() builds default routes for controller (otherwise > you would need do it manually with multiple map.connect() entries). If > you want additional routes, just add the expilict route with > map.connect(). > > Best regards, > > Cezary Statkiewicz >
Thank you it's working now. On another note, map.connect must be placed before map.resource . -- Best regards, He Shiming -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
