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

NAME

Mango::Catalyst::Controller::Admin::Products::Attributes - Catalyst controller for product attribute admin

SYNOPSIS

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

DESCRIPTION

Mango::Catalyst::Controller::Admin::Products::Attributes is the controller used to edit a specific products attributes.

ACTIONS

index : products/<id>/attributes

Displays the list of attributes for a specific product.

create : products/<id>/attributes/create

Adds an attribute to the given product.

delete : products/<id>/attributes/<id>/delete

Deletes the specified attribute form the current product.

edit : products/<id>/attributes/<id>/edit

Updates the specified attribute.

load : products/<id>/attributes/<id>

Loads a specific products attribute.

SEE ALSO

Mango::Catalyst::Controller::Admin::Products

AUTHOR

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