NAME
App::Cinema::Controller::About - A controller that handles a request for 'About' page.
SYNOPSIS
You can call its actions in any template files either
<a HREF="[% Catalyst.uri_for('/about') %]">ABOUT</a>
or
<a HREF="[% base %]about">ABOUT</a>
DESCRIPTION
This is A controller that handles a request for About page.
Methods
index
-
This private action is used to display 'ABOUT' page.
AUTHOR
Jeff Mo - http://jandc.co.cc/