Sha256: fa3928daf35492df8fc5eceac3e02f5a6e6db1360a5db18c637a0a7f9a9e013b
Contents?: true
Size: 385 Bytes
Versions: 6
Compression:
Stored size: 385 Bytes
Contents
# frozen_string_literal: true module Pragma module Decorator module Pagination # Adapters make pagination library-independent by providing support for multiple underlying # libraries like Kaminari and will_paginate. # # @api private module Adapter include Adaptor::Loader register Kaminari, WillPaginate end end end end
Version data entries
6 entries across 6 versions & 1 rubygems