We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780fc51 commit 47fd8a0Copy full SHA for 47fd8a0
test/fixtures/product.rb
@@ -4,7 +4,7 @@ class Product < ActiveResource::Base
4
self.site = "http://37s.sunrise.i:3000"
5
# X-Inherited-Header is for testing that any subclasses
6
# include the headers of this class
7
- self.headers["X-Inherited-Header"] = 'present'
+ self.headers["X-Inherited-Header"] = "present"
8
end
9
10
class SubProduct < Product
0 commit comments