Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 24, 2024
1 parent f11db24 commit 578f6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_resource/http_mock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def remove_query_params_from_path
end

private
def same_path(req)
def same_path?(req)
if @options && @options[:omit_query_in_path]
remove_query_params_from_path == req.remove_query_params_from_path
else
Expand Down

0 comments on commit 578f6c0

Please sign in to comment.