Open iwarshak opened 11 years ago
remote_find_all calls it's block with the params objects,response but the #get, #post, etc methods call back with the order swapped (response, objects).
Yup, makes sense. I'd love a pull-request for it :)
remote_find_all calls it's block with the params objects,response but the #get, #post, etc methods call back with the order swapped (response, objects).