lib/action_controller/metal/params_wrapper.rb in actionpack-7.1.2 vs lib/action_controller/metal/params_wrapper.rb in actionpack-7.1.3
- old
+ new
@@ -70,10 +70,10 @@
# class Admin::UsersController < ApplicationController
# end
#
# will try to check if +Admin::User+ or +User+ model exists, and use it to
# determine the wrapper key respectively. If both models don't exist,
- # it will then fallback to use +user+ as the key.
+ # it will then fall back to use +user+ as the key.
#
# To disable this functionality for a controller:
#
# class UsersController < ApplicationController
# wrap_parameters false