Skip to content

Commit

Permalink
Merge pull request #4 from socio-labs/feature/pagination_params
Browse files Browse the repository at this point in the history
Made code refactor
  • Loading branch information
metekabak committed Jul 5, 2021
2 parents 9bb304a + 88328a2 commit 0ef2135
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 0ef2135

Please sign in to comment.