Back to Pagy

Helper Url

docs/_includes/options/helper-url.md

43.5.3503 B
Original Source

absolute: true : Makes the URL absolute.

path: '/my_path' : Overrides the request path in pagination URLs. Use the path only (not the absolute URL). (see Override the request path)

fragment: '...' : URL fragment string.

querify: tweak : Set it to a Lambda to directly edit the passed string-keyed params hash itself. Its result is ignored.

ruby
tweak = ->(q) { q.except!('not_useful').merge!('custom' => 'useful') }