aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-12-04 22:06:34 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-12-04 22:06:34 +0530
commit2b847a0a9b56c7ede40012c7b3bd8ec90d6c111c (patch)
treeb3353f58cdae20e741e35d599793ca407cd53d04 /actionpack/lib/action_view/helpers/form_helper.rb
parentb5de0ac6b0f12e5e61e944467cb509a0196dcd95 (diff)
downloadrails-2b847a0a9b56c7ede40012c7b3bd8ec90d6c111c.tar.gz
rails-2b847a0a9b56c7ede40012c7b3bd8ec90d6c111c.tar.bz2
rails-2b847a0a9b56c7ede40012c7b3bd8ec90d6c111c.zip
copy edits [ci skip]
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_helper.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb
index bebd39d42d..17386a57b8 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -109,8 +109,7 @@ module ActionView
# # error handling
# end
#
- # That's how you typically work with resources. Note that it
- # would probably improve by using the Strong Parameters functionality
+ # That's how you typically work with resources.
module FormHelper
extend ActiveSupport::Concern