diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-03 16:41:15 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-03 16:41:15 +0100 |
commit | 75e4f3e1176d14281d2063fd233626d029c30b1c (patch) | |
tree | 9435dfd8a421cc23596bd2c3ebefc019f09e552f /perllib/FixMyStreet/App/Controller/Static.pm | |
parent | 539206556a45bf5cc03fcb87e2ea1ecdb3a40941 (diff) |
Remove questionnaire ported code, move another static page.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Static.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Static.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Static.pm b/perllib/FixMyStreet/App/Controller/Static.pm index b58b55852..2e6bda28c 100755 --- a/perllib/FixMyStreet/App/Controller/Static.pm +++ b/perllib/FixMyStreet/App/Controller/Static.pm @@ -46,6 +46,10 @@ sub posters : Global : Args(0) { my ( $self, $c ) = @_; } +sub iphone : Global : Args(0) { + my ( $self, $c ) = @_; +} + __PACKAGE__->meta->make_immutable; 1; |