Skip to content

Commit 94729d0

Browse files
authored
Merge pull request rails#54258 from claudiob/remove_hr
Remove redundant "Filtering" comment [ci skip]
2 parents 211788d + 8a9a3c4 commit 94729d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

actionpack/lib/action_controller/metal/strong_parameters.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,9 +1287,6 @@ def unpermitted_keys(params)
12871287
keys - params.keys - always_permitted_parameters
12881288
end
12891289

1290-
#
1291-
# --- Filtering ----------------------------------------------------------
1292-
#
12931290
# This is a list of permitted scalar types that includes the ones supported in
12941291
# XML and JSON requests.
12951292
#

0 commit comments

Comments
 (0)