Module: Pagy::Deprecated::Request

Included in:
Request
Defined in:
lib/pagy/deprecated.rb

Overview

Enabled from the autoloaded class #####

Instance Method Summary collapse

Instance Method Details

#resolve_limitObject

:client_max_limit option



29
30
31
32
# File 'lib/pagy/deprecated.rb', line 29

def resolve_limit
  Deprecated.client_max_limit(@options)
  super
end