Module: Pagy::Deprecated::Request
- Included in:
- Request
- Defined in:
- lib/pagy/deprecated.rb
Overview
Enabled from the autoloaded class #####
Instance Method Summary collapse
-
#resolve_limit ⇒ Object
:client_max_limit option.
Instance Method Details
#resolve_limit ⇒ Object
: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 |