lib/github_api/ext/faraday.rb in github_api-0.11.1 vs lib/github_api/ext/faraday.rb in github_api-0.11.2
- old
+ new
@@ -10,10 +10,10 @@
else
@encoder
end
end
- def to_query
+ def to_query(encoder = nil)
Utils.build_nested_query(self, nil, params_encoder)
end
end
def build_nested_query(value, prefix = nil, encoder = nil)