The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mango::Catalyst::Controller::Admin - Catalyst controller for admin tasks

SYNOPSIS

    package MyApp::Controllers::Admin;
    use base qw/Mango::Catalyst::Controllers::Admin/;

DESCRIPTION

Mango::Catalyst::Controller::Admin is the controller used for various admin related tasks.

ACTIONS

auto

Ensures the current user is in the admin role, otherwise returning an http 401 status code.

index : /admin/

The generic admin status page.

SEE ALSO

Mango::Catalyst::Controller::Admin::Users, Mango::Catalyst::Controller::Admin::Roles, Mango::Catalyst::Controller::Admin::Products

AUTHOR

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/