Skip to content

Commit 578f6c0

Browse files
committed
Fix method name
1 parent f11db24 commit 578f6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_resource/http_mock.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def remove_query_params_from_path
299299
end
300300

301301
private
302-
def same_path(req)
302+
def same_path?(req)
303303
if @options && @options[:omit_query_in_path]
304304
remove_query_params_from_path == req.remove_query_params_from_path
305305
else

0 commit comments

Comments
 (0)