mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
doh typo in commit from the hip
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5806 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
ee1c6c2a7c
commit
a8d7215060
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ module ActiveResource
|
||||||
|
|
||||||
def query_string(options)
|
def query_string(options)
|
||||||
# Omit parameters which appear in the URI path.
|
# Omit parameters which appear in the URI path.
|
||||||
path unless defined?(@prefix_parameters)
|
prefix unless defined?(@prefix_parameters)
|
||||||
query_params = options.reject { |key, value| @prefix_parameters.include?(key) }
|
query_params = options.reject { |key, value| @prefix_parameters.include?(key) }
|
||||||
|
|
||||||
# Accumulate a list of escaped key=value pairs for the given parameters.
|
# Accumulate a list of escaped key=value pairs for the given parameters.
|
||||||
|
|
Loading…
Reference in a new issue