aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
diff options
context:
space:
mode:
authorAlvaro Pereyra <alvaro@xendacentral.com>2012-12-01 15:35:04 -0500
committerAlvaro Pereyra <alvaro@xendacentral.com>2012-12-01 15:35:04 -0500
commitb1e2d7b96842f5b8b2a8fe911a6d31626c01effc (patch)
tree2918f4fd8df44985e4d3df922d32b4cb86267d13 /actionpack/lib/action_view/helpers
parent4940d6d096a581d46addecd9b41bbd62af3e1888 (diff)
downloadrails-b1e2d7b96842f5b8b2a8fe911a6d31626c01effc.tar.gz
rails-b1e2d7b96842f5b8b2a8fe911a6d31626c01effc.tar.bz2
rails-b1e2d7b96842f5b8b2a8fe911a6d31626c01effc.zip
Cleans and removes 'Examples' tag [ci skip]
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r--actionpack/lib/action_view/helpers/form_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb
index b5965b21b7..bebd39d42d 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -461,8 +461,6 @@ module ActionView
# doesn't create the form tags themselves. This makes fields_for suitable
# for specifying additional model objects in the same form.
#
- # === Generic Examples
- #
# Although the usage and purpose of +field_for+ is similar to +form_for+'s,
# its method signature is slightly different. Like +form_for+, it yields
# a FormBuilder object associated with a particular model object to a block,