NAME
MyApp::Controller::Books - Catalyst Controller
DESCRIPTION
Catalyst Controller.
METHODS
index
list
Fetch all book objects and pass to books/list.tt2 in stash to be displayed
url_create
Create a book with the supplied title and rating, with manual authorization
form_create
Display form to collect information for book to create
form_create_do
Take information from form and add to database
delete
Delete a book
access_denied
Handle Catalyst::Plugin::Authorization::ACL access denied exceptions
make_book_widget
Build an HTML::Widget form for book creation and updates
hw_create
Build an HTML::Widget form for book creation and updates
hw_create_do
Build an HTML::Widget form for book creation and updates
hw_create_do
Build an HTML::Widget form for book creation and updates
AUTHOR
root
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.