Created
November 18, 2011 04:38
-
-
Save HungYuHei/1375621 to your computer and use it in GitHub Desktop.
kaminari-variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @foo.current_page | |
| @foo.num_pages | |
| @foo.limit_value | |
| @foo.total_count | |
| @foo.last_page? | |
| @foo.first_page? | |
| @foo.num_pages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I landed here:
@foo.num_pageshas been deprecated. Use@foo.total_pagesinstead.