Skip to content

Instantly share code, notes, and snippets.

@pangyre
Created February 16, 2011 02:32
Show Gist options
  • Save pangyre/828748 to your computer and use it in GitHub Desktop.
Save pangyre/828748 to your computer and use it in GitHub Desktop.
sub render : ActionClass('RenderView') {}
sub end : Private {
my ( $self, $c ) = @_;
$c->forward("render");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment