We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e5fde commit d7c1293Copy full SHA for d7c1293
actionpack/lib/action_controller/metal/params_wrapper.rb
@@ -131,7 +131,7 @@ def name
131
private
132
# Determine the wrapper model from the controller's name. By convention,
133
# this could be done by trying to find the defined model that has the
134
- # same singularize name as the controller. For example, +UsersController+
+ # same singular name as the controller. For example, +UsersController+
135
# will try to find if the +User+ model exists.
136
#
137
# This method also does namespace lookup. Foo::Bar::UsersController will
0 commit comments