# Copyright (C) 2008-2009, Sebastian Riedel. package MojoX::Dispatcher::Routes::Controller; use strict; use warnings; use base 'Mojo::Base'; __PACKAGE__->attr(ctx => (chained => 1)); # If we don't go back there and make that event happen, # the entire universe will be destroyed... # And as an environmentalist, I'm against that. 1; __END__ =head1 NAME MojoX::Dispatcher::Routes::Controller - Controller Base Class =head1 SYNOPSIS use base 'MojoX::Dispatcher::Routes::Controller'; =head1 DESCRIPTION L is a controller base class. =head1 ATTRIBUTES =head2 C my $c = $controller->ctx; Returns a L object. =head1 METHODS L inherits all methods from L. =cut