1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
Commit graph

1 commit

Author SHA1 Message Date
Akira Matsuda
e04f65aeaa refs #47, #68, #74 generic pagination support for Array object
this enables you to paginate through any Arrayish object in this way:
  Kaminari.paginate_array(my_array_object).page(params[:page]).per(10)
2011-04-22 11:43:08 +09:00