[Catalyst] Re: action_for with user_id removed ...

Oliver Charles oliver.g.charles at googlemail.com
Sat Feb 6 17:15:28 GMT 2010


On Sat, Feb 6, 2010 at 4:35 PM, Bill Moseley <moseley at hank.org> wrote:
> Plus, it sure is handy in documentation to say:
>   To update your personal profile go to: http://example.com/myprofile
> vs.
>   To update your personal profile go to: http://example.com/user/<your id
> here>/profile

We have to points in urls for this:

  * /user/<id>/<foo>
    "Public" viewing of user stuff (public may mean only a restricted
set of users can view it, but it's not private)

  * /account/<action>
    For doing stuff that only you can do to your own account (change
password etc)

-- 
    Oliver Charles / aCiD2



More information about the Catalyst mailing list