module Thoth::Helper::Pagination
Public Instance Methods
pager(dataset, url = rs(:/, '__page__'))
click to toggle source
# File lib/thoth/helper/pagination.rb, line 126 def pager(dataset, url = rs(:/, '__page__')) Pager.new(dataset, url) end