mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
documentation
This commit is contained in:
parent
287ba694d5
commit
aae63bd24c
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
== 0.9.10
|
||||
|
||||
* the per() method accepts String, zero and minus value now #7 [koic]
|
||||
This enables you to do something like this:
|
||||
Model.page(params[:page]).per(params[:per])
|
||||
|
||||
* Added support for Gem Testers (http://gem-testers.org/) #8 [joealba]
|
||||
|
||||
== 0.9.9
|
||||
|
||||
* :params option for the helper [yomukaku_memo]
|
||||
|
|
Loading…
Reference in a new issue