aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Root.pm
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-02-23 13:58:27 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-02-23 13:58:27 +0000
commit1498dfdec73becf769c3596bf41185f003c2a4cf (patch)
treeecd6b5d780ad74cede79493a960b3cad4ad0480e /perllib/FixMyStreet/App/Controller/Root.pm
parent684ae4edc50c66617abe369233005770192d8170 (diff)
Added About controller
put 'loc' stub in place for i18n in templates server static files
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Root.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Root.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Root.pm b/perllib/FixMyStreet/App/Controller/Root.pm
index fc3932975..b61650f79 100644
--- a/perllib/FixMyStreet/App/Controller/Root.pm
+++ b/perllib/FixMyStreet/App/Controller/Root.pm
@@ -16,6 +16,18 @@ FixMyStreet::App::Controller::Root - Root Controller for FixMyStreet::App
=head1 METHODS
+=head2 auto
+
+Set up general things for this instance
+
+=cut
+
+sub auto {
+ my ( $self, $c ) = @_;
+
+ return;
+}
+
=head2 index
The root page (/)