Skip to content

Instantly share code, notes, and snippets.

@guimello
Created January 24, 2011 11:21
Show Gist options
  • Save guimello/793098 to your computer and use it in GitHub Desktop.
Save guimello/793098 to your computer and use it in GitHub Desktop.
Using will_paginate on non AR objects
= will_paginate WillPaginate::Collection.create(@objects.page, @objects.per_page, @objects.total_results) {|p| p.replace @objects}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment