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

documentation

This commit is contained in:
Akira Matsuda 2011-02-17 11:53:24 +09:00
parent 60811bf5d7
commit 01fe46c2b4

View file

@ -1,3 +1,13 @@
== 0.9.12
* Moved the whole pagination logic to the paginator partial so that users can
touch it
Note: You need to update your _paginator.html.* if you've already customized
it. If you haven't overridden _paginator.html.* files, then probably
there're nothing you have to do.
See this commit for the example:
https://github.com/amatsuda/kaminari_themes/commit/2dfb41c
== 0.9.10
* the per() method accepts String, zero and minus value now #7 [koic]