Sha256: d83bf7af37c977d27f83f70c18e21ff35a0b31046a1cd2591ddf42fc19ee1b44
Contents?: true
Size: 242 Bytes
Versions: 21
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module NeetoCommonsBackend module Initializers class << self def kaminari_config Kaminari.configure do |config| config.default_per_page = 25 end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems