module Folio::WillPaginate::ActiveRecord

replaces model_or_association.paginate(…) method to behave like that from Folio while preserving basic mechanics of the version from WillPaginate.

differences:

* paginate does *not* recognize any parameters beyond those described in
  for Folio's paginate (e.g. finder options, count options).