Sha256: 4db833fa1f328b35bf1e5ed06d2729a682d4bf89221171eededdd2bd30927ead
Contents?: true
Size: 503 Bytes
Versions: 4
Compression:
Stored size: 503 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::VARS[:overflow] = :empty_page
Version data entries
4 entries across 4 versions & 1 rubygems