module Pagy::SharedMethods

def assign_limit

Assign @limit (overridden by the gearbox extra)
def assign_limit
  assign_and_check(limit: 1)
end