NAME
Mango::Catalyst::Controller::Admin::Roles - Catalyst controller for role admin
SYNOPSIS
package MyApp::Controllers::Admin::Roles;
use base qw/Mango::Catalyst::Controllers::Admin::Roles/;
DESCRIPTION
Mango::Catalyst::Controller::Admin::Roles is the controller used to edit user roles.
ACTIONS
index : /admin/roles/
Displays the list of roles.
create : /admin/roles/create/
Creates a new role.
delete : /admin/roles/<id>/delete/
Deletes the specified role.
edit : /admin/roles/<id>/edit/
Updates the specified role.
load : /admin/role/<id>/
Loads a specific role.
SEE ALSO
Mango::Catalyst::Model::Roles, Mango::Provider::Roles
AUTHOR
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/