module MultiModelPaginator

Constants

VERSION

Public Class Methods

new(per: , page: ) click to toggle source
# File lib/multi_model_paginator.rb, line 70
def self.new(per: , page: )
  Builder.new(per, page)
end