diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2015-03-05 14:05:04 +0100 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2015-03-05 14:05:04 +0100 |
commit | 95cfeb968d189d5cd7f8ebcf53edfa3e2cd5f335 (patch) | |
tree | 1b17bb091e7a432249c19764dc086f99296dad31 | |
parent | 5571098571270293281819f1bde96cdb6db467c4 (diff) | |
parent | d7c1293c5b9cece7e9fc20e834e8ef536fc79b1c (diff) | |
download | rails-95cfeb968d189d5cd7f8ebcf53edfa3e2cd5f335.tar.gz rails-95cfeb968d189d5cd7f8ebcf53edfa3e2cd5f335.tar.bz2 rails-95cfeb968d189d5cd7f8ebcf53edfa3e2cd5f335.zip |
Merge pull request #19212 from sivsushruth/doc_fix
Doc fix [ci skip]
-rw-r--r-- | actionpack/lib/action_controller/metal/params_wrapper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/params_wrapper.rb b/actionpack/lib/action_controller/metal/params_wrapper.rb index a7e734db42..0a04848eba 100644 --- a/actionpack/lib/action_controller/metal/params_wrapper.rb +++ b/actionpack/lib/action_controller/metal/params_wrapper.rb @@ -131,7 +131,7 @@ module ActionController private # Determine the wrapper model from the controller's name. By convention, # this could be done by trying to find the defined model that has the - # same singularize name as the controller. For example, +UsersController+ + # same singular name as the controller. For example, +UsersController+ # will try to find if the +User+ model exists. # # This method also does namespace lookup. Foo::Bar::UsersController will |