mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Removing ActionDispatch::Http::FilterParameters#fitered_parameters alias
This commit is contained in:
parent
606d8fdfc8
commit
7aec9f9c02
1 changed files with 1 additions and 2 deletions
|
@ -36,7 +36,6 @@ module ActionDispatch
|
|||
parameters.dup
|
||||
end
|
||||
end
|
||||
alias :fitered_params :filtered_parameters
|
||||
|
||||
# Return a hash of request.env with all sensitive data replaced.
|
||||
def filtered_env
|
||||
|
@ -110,4 +109,4 @@ module ActionDispatch
|
|||
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue