Skip to content

Commit

Permalink
fix for typos and omissions in initializer_example.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed May 31, 2018
1 parent a09558e commit 8bc6900
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/pagy/extras/initializer_example.rb
Expand Up @@ -35,7 +35,9 @@

# Non Core Variables (See https://ddnexus.github.io/pagy/api/pagy#non-core-variables)
# Pagy::VARS[:size] = [1,4,4,1] # default
# Pagy::Vars[:page_param] = :page # default
# Pagy::VARS[:page_param] = :page # default
# Pagy::VARS[:params] = {} # default
# Pagy::VARS[:anchor] = '#anchor' # example
# Pagy::VARS[:link_extra] = 'data-remote="true"' # example
# Pagy::VARS[:item_path] = 'activerecord.models.product' # example

Expand Down

0 comments on commit 8bc6900

Please sign in to comment.