Skip to content

Instantly share code, notes, and snippets.

@HungYuHei
Created November 18, 2011 04:38
Show Gist options
  • Select an option

  • Save HungYuHei/1375621 to your computer and use it in GitHub Desktop.

Select an option

Save HungYuHei/1375621 to your computer and use it in GitHub Desktop.
kaminari-variables
@foo.current_page
@foo.num_pages
@foo.limit_value
@foo.total_count
@foo.last_page?
@foo.first_page?
@foo.num_pages
@jfschaff
Copy link

As I landed here: @foo.num_pages has been deprecated. Use @foo.total_pages instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment