Method: Might::Paginator#paginate
- Defined in:
- lib/might/paginator.rb
#paginate(collection) ⇒ ActiveRecord::CollectionProxy
Paginate given collection
34 35 36 |
# File 'lib/might/paginator.rb', line 34 def paginate(collection) collection.offset(offset).limit(limit) end |