api-pagination icon indicating copy to clipboard operation
api-pagination copied to clipboard

links don't match app route helpers

Open ghost opened this issue 6 years ago • 0 comments

my app's page params are in the url

things_path(page: 2) # => "/things/page/2"

not

things_path(page: 2) # => "/things?page=2"

however, the generated links use this second form, which appears to be hardcoded in Pagination#_paginate_collection

ghost avatar Aug 29 '17 22:08 ghost