Method: DHS::Record::Chainable::Chain#page

Defined in:
lib/dhs/concerns/record/chainable.rb

#page(page) ⇒ Object



259
260
261
# File 'lib/dhs/concerns/record/chainable.rb', line 259

def page(page)
  push(Pagination.new(page: page))
end