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 d9c3f17 commit b944c12Copy full SHA for b944c12
lib/json_api_client/paginating/paginator.rb
@@ -82,7 +82,7 @@ def next_page
82
def params_for_uri(uri)
83
return {} unless uri
84
uri = Addressable::URI.parse(uri)
85
- uri.query_values || {}
+ ( uri.query_values || {} ).with_indifferent_access
86
end
87
88
0 commit comments