Skip to content

Instantly share code, notes, and snippets.

@jordanhudgens
Created January 16, 2016 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordanhudgens/db009eb65da84dae3261 to your computer and use it in GitHub Desktop.
Save jordanhudgens/db009eb65da84dae3261 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
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment