Skip to content

Commit

Permalink
+ExternalTransforms should also stitch the incoming method name for o…
Browse files Browse the repository at this point in the history
…ther global transformers to see as well…
  • Loading branch information
Evadne Wu committed Dec 7, 2011
1 parent d9e74da commit 09eee4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IRWebAPIEngine+ExternalTransforms.m
Expand Up @@ -67,6 +67,7 @@ - (NSURLRequest *) transformedRequestWithRequest:(NSURLRequest *)aRequest usingM
httpBody, kIRWebAPIEngineRequestHTTPBody,
httpMethod, kIRWebAPIEngineRequestHTTPMethod,
responseParser, kIRWebAPIEngineParser,
aName, kIRWebAPIEngineIncomingMethodName,

nil];

Expand Down

0 comments on commit 09eee4f

Please sign in to comment.