Sha256: 60f66cafbb92a3c11ff3c578f2623e17ec9ab1bd527fad229a6598b90d702177

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 Bytes

Contents

# frozen_string_literal: true

require 'pagy'

# Extras
# See https://ddnexus.github.io/pagy/extras

# Backend Extras

# Array extra: Paginate arrays efficiently, avoiding expensive
# array-wrapping and without overriding
# See https://ddnexus.github.io/pagy/extras/array
require 'pagy/extras/array'

# Feature Extras

# Overflow extra: Allow for easy handling of overflowing pages
# See https://ddnexus.github.io/pagy/extras/overflow
require 'pagy/extras/overflow'

Pagy::DEFAULT[:overflow] = :empty_page

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jsom-pagination-1.0.0 lib/jsom/pagination/pagy.rb