Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created May 3, 2012 21:23
Show Gist options
  • Save jraczak/2589623 to your computer and use it in GitHub Desktop.
Save jraczak/2589623 to your computer and use it in GitHub Desktop.
if defined?(WillPaginate)
module WillPaginate
module ActiveRecord
module RelationMethods
alias_method :per, :per_page
alias_method :num_pages, :total_pages
alias_method :total_count, :count
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment