We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f10d72 commit 5ea8298Copy full SHA for 5ea8298
actionpack/lib/action_dispatch/http/filter_redirect.rb
@@ -4,7 +4,7 @@ module FilterRedirect
4
5
FILTERED = '[FILTERED]'.freeze # :nodoc:
6
7
- def filtered_location
+ def filtered_location # :nodoc:
8
filters = location_filter
9
if !filters.empty? && location_filter_match?(filters)
10
FILTERED
0 commit comments