mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
nodoc filtered_location [ci skip]
This commit is contained in:
parent
7f10d72dd2
commit
5ea829815e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module ActionDispatch
|
|||
|
||||
FILTERED = '[FILTERED]'.freeze # :nodoc:
|
||||
|
||||
def filtered_location
|
||||
def filtered_location # :nodoc:
|
||||
filters = location_filter
|
||||
if !filters.empty? && location_filter_match?(filters)
|
||||
FILTERED
|
||||
|
|
Loading…
Reference in a new issue