I\'m writing a client that consumes a non-REST API (i.e. GET site.com/gettreasurehunts), which requires that I specify all parameters (even the resource ID) in the request\'s HT
I don't think there is a way to do this with ActiveResource, for these cases I just use Net::HTTP and Nokogiri