diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-03 18:54:00 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-03 18:54:00 +0100 |
commit | 05d706fe5a04499c8c4c0c5a0a6ce69f38c16815 (patch) | |
tree | e9c3cbd93477cb9a2cb8ea094ec22e2b1ff0c813 /perllib/FixMyStreet/App/Controller/Static.pm | |
parent | dee51cb3a741be837a41924c96dfef479236401f (diff) | |
parent | 75e4f3e1176d14281d2063fd233626d029c30b1c (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
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; |