NAME
App::Cinema::Controller::User - A controller that handles a user's actions.
SYNOPSIS
You can call its actions in any template files either
  < a HREF =
  "[% Catalyst.uri_for('/user/add') %]" > Admin </a>
  or
  <a HREF="[% base %]user/add"> Admin </a>
  You can also
  use them in any other controller modules like this
:
  $c->res->redirect( $c->uri_for('/user/edit') );
DESCRIPTION
This is a controller that will handle every action of a user.
Methods
add- 
This action is used to add a user.
 delete_do- 
This action is used to delete a user.
 edit- 
This action is used to modify a user.
 history- 
This action is used to display what does a user do during its session.
 view- 
This action is used to display all users in this system.
 
AUTHOR
Jeff Mo - <mo0118@gmail.com>