Doc fix. thanks bfwg
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / lib / Catalyst / Controller / REST.pm
index 433773f..89c31cf 100644 (file)
@@ -36,6 +36,8 @@ Catalyst::Controller::REST - A RESTful controller
 
     # Answer PUT requests to "thing"
     sub thing_PUT {
+        my ( $self, $c ) = @_;
+
         $radiohead = $req->data->{radiohead};
         
         $self->status_created(