Parley::Controller::Root - Root Controller for Parley


Parley documentation  | view source Contained in the Parley distribution.

Index


NAME

Top

Parley::Controller::Root - Root Controller for Parley

DESCRIPTION

Top

[enter your description here]

METHODS

Top

auto

Used to fetch user-information if the user has authenticated.

Also pre-populate current_(post|thread|forum) values in the stash if we have appropriate information in the URL's query parameters.

default

Emit a 404 status and a 'Not Found' message.

end

Attempt to render a view, if needed.

If error is defined in the stash, render the error template.

index

Redirect to the applications default action, as defined by default_uri in parley.yml

AUTHOR

Top

Chisel Wright <chiselwright@users.berlios.de>

LICENSE

Top

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


Parley documentation  | view source Contained in the Parley distribution.