replace many uses of $controller->config with $controller for RT#43840
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
1 package Catalyst::Action::Deserialize::View;
2
3 use strict;
4 use warnings;
5
6 use base 'Catalyst::Action';
7
8 sub execute {
9     return 1;
10 }
11
12 1;