aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/params_wrapper.rb
diff options
context:
space:
mode:
authorOscar Del Ben <info@oscardelben.com>2012-04-27 14:21:16 +0200
committerOscar Del Ben <info@oscardelben.com>2012-04-27 14:21:16 +0200
commitfc3d15dcb0c4265d1aaeedfc51d8a8c8e382347a (patch)
tree05fc3bc5c7df89712f1f11e7f94306100265e74f /actionpack/lib/action_controller/metal/params_wrapper.rb
parentf4447607f20c420d9c341b19064c07d5b7aa6cee (diff)
parent39574aa582337baa32a58caae7b2671cb52ae718 (diff)
downloadrails-fc3d15dcb0c4265d1aaeedfc51d8a8c8e382347a.tar.gz
rails-fc3d15dcb0c4265d1aaeedfc51d8a8c8e382347a.tar.bz2
rails-fc3d15dcb0c4265d1aaeedfc51d8a8c8e382347a.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'actionpack/lib/action_controller/metal/params_wrapper.rb')
-rw-r--r--actionpack/lib/action_controller/metal/params_wrapper.rb2
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 fa760f2658..17e2db74d4 100644
--- a/actionpack/lib/action_controller/metal/params_wrapper.rb
+++ b/actionpack/lib/action_controller/metal/params_wrapper.rb
@@ -66,7 +66,7 @@ module ActionController
# class Admin::UsersController < ApplicationController
# end
#
- # will try to check if +Admin::User+ or +User+ model exists, and use it to
+ # will try to check if <tt>Admin::User</tt> 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.
module ParamsWrapper