Skip to content

Commit 6757752

Browse files
author
Tilo Sloboda
committed
update
1 parent cbb54ab commit 6757752

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/json_api_client/resource.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def path(params = nil)
152152
parts = [resource_path]
153153
if params && _prefix_path.present?
154154
path_params = params.delete(:path) || params
155-
156155
parts.unshift(_set_prefix_path(path_params.symbolize_keys))
157156
else
158157
parts.unshift(_prefix_path)

0 commit comments

Comments
 (0)