Skip to content

Instantly share code, notes, and snippets.

@dennismonsewicz
Created January 6, 2014 15:00
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 dennismonsewicz/173fbfe9d25d679134c7 to your computer and use it in GitHub Desktop.
Save dennismonsewicz/173fbfe9d25d679134c7 to your computer and use it in GitHub Desktop.
Configuring Kaminari with a Rails initializer
Kaminari.configure do |config|
config.page_method_name = :your_method_name_here
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment