lib/hyper_resource.rb in aptible-resource-0.3.6 vs lib/hyper_resource.rb in aptible-resource-0.3.7
- old
+ new
@@ -197,9 +197,10 @@
self.class.new(:root => self.root,
:auth => self.auth,
:headers => self.headers,
:namespace => self.namespace,
:faraday_options => self.faraday_options,
+ :token => self.token,
:href => href)
end
## Returns the class into which the given response should be cast.