Displaying 1 result from an estimated 1 matches for "photo_delet".
Did you mean:
photo_delete
2006 Jul 04
0
Multiple and nested controllers or routing
...o", "news"
and "page". So that the URL looks like www.blah.com/admin/photo. I want to
be able to have it so that I can then go www.blah.com/admin/photo/add or
www.blah.com/admin/news/delete. I would rather have it as that instead of
www.blah.com/admin/photo_add or .../admin/photo_delete.
Do I need to make a child controller of admin called "photo", "news" and
"page" and then do a scaffold or can I just define actions like "photo_add",
"photo_delete", "photo_edit" and then just do some tricky routing and do all
the CRUD...