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 |
|