NAME
Angerwhale::Controller::Comments - Catalyst Controller
SYNOPSIS
See Angerwhale
DESCRIPTION
Catalyst Controller.
METHODS
find_by_uri_path(@path)
Find a comment based on the current URI.
Puts article and comment in the stash.
find_by_path(@path)
Get a comment based on filesystem (UUID) path.
Puts article and comment in the stash.
comment
Display a comment based on the current URL
post
Display "post a comment" form, handle posting and previewing.
AUTHOR
Jonathan Rockway
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.