diff options
author | Sushruth Sivaramakrishnan <sivsushruth@gmail.com> | 2015-03-05 18:31:40 +0530 |
---|---|---|
committer | Sushruth Sivaramakrishnan <sivsushruth@gmail.com> | 2015-03-05 18:31:40 +0530 |
commit | d7c1293c5b9cece7e9fc20e834e8ef536fc79b1c (patch) | |
tree | c456d04f9a2b8cff5bc49327fbd6e776cb6924a3 /actionpack | |
parent | 72e5fde811fe902cf4b492805366a29e35aeaafe (diff) | |
download | rails-d7c1293c5b9cece7e9fc20e834e8ef536fc79b1c.tar.gz rails-d7c1293c5b9cece7e9fc20e834e8ef536fc79b1c.tar.bz2 rails-d7c1293c5b9cece7e9fc20e834e8ef536fc79b1c.zip |
Doc fix [ci skip]
Diffstat (limited to 'actionpack')
-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 |