We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d86ed commit 8dd52a1Copy full SHA for 8dd52a1
kaminari-core/lib/kaminari/helpers/tags.rb
@@ -2,7 +2,7 @@
2
3
module Kaminari
4
module Helpers
5
- PARAM_KEY_EXCEPT_LIST = [:authenticity_token, :commit, :utf8, :_method, :script_name].freeze
+ PARAM_KEY_EXCEPT_LIST = [:authenticity_token, :commit, :utf8, :_method, :script_name, :original_script_name].freeze
6
7
# A tag stands for an HTML tag inside the paginator.
8
# Basically, a tag has its own partial template file, so every tag can be
0 commit comments