Skip to content

Commit 5ea8298

Browse files
committed
nodoc filtered_location [ci skip]
1 parent 7f10d72 commit 5ea8298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_dispatch/http/filter_redirect.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module FilterRedirect
44

55
FILTERED = '[FILTERED]'.freeze # :nodoc:
66

7-
def filtered_location
7+
def filtered_location # :nodoc:
88
filters = location_filter
99
if !filters.empty? && location_filter_match?(filters)
1010
FILTERED

0 commit comments

Comments
 (0)