Module: Thoth::Helper::Pagination

Defined in:
lib/thoth/helper/pagination.rb

Instance Method Summary collapse

Instance Method Details

#pager(dataset, url = rs(:/, '__page__')) ⇒ Object



126
127
128
# File 'lib/thoth/helper/pagination.rb', line 126

def pager(dataset, url = rs(:/, '__page__'))
  Pager.new(dataset, url)
end