Skip to content

Commit

Permalink
Made code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailakbudak committed Jul 5, 2021
1 parent 8ca579b commit 88328a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/pagination_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def query_str(parms, page: nil)
'prev' => query_str(params, page: 1),
'next' => query_str(params, page: 3),
'last' => query_str(params, page: 3),
)
)
end
end

Expand Down

0 comments on commit 88328a2

Please sign in to comment.