aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/About.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/About.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/About.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/About.pm b/perllib/FixMyStreet/App/Controller/About.pm
index 42a0ed18e..b444e02bb 100644
--- a/perllib/FixMyStreet/App/Controller/About.pm
+++ b/perllib/FixMyStreet/App/Controller/About.pm
@@ -16,11 +16,13 @@ Catalyst Controller.
=cut
-=head2 index
+=head2 about
+
+Show the 'about us' page.
=cut
-sub index : Path : Args(0) {
+sub about : Path : Args(0) {
my ( $self, $c ) = @_;
# don't need to do anything here - should just pass through.