aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-11-14 21:01:59 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2010-11-14 21:01:59 -0200
commit4ef6d2e534e4d470290e1454d51312fa5f8b3b0c (patch)
treef53b5849f762cf67bc413fc4b462aed29bc2aa74 /actionpack/lib/action_view/helpers/form_helper.rb
parentc996901913d74640afb1856044e5a5d6bd12a7fd (diff)
downloadrails-4ef6d2e534e4d470290e1454d51312fa5f8b3b0c.tar.gz
rails-4ef6d2e534e4d470290e1454d51312fa5f8b3b0c.tar.bz2
rails-4ef6d2e534e4d470290e1454d51312fa5f8b3b0c.zip
Add empty line between previous method and RDoc of submit to allow RDoc appear on api.rubyonrails.org
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb
index 0470b051c6..b8a4b0c9cb 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -1205,6 +1205,7 @@ module ActionView
self.multipart = true
@template.file_field(@object_name, method, objectify_options(options))
end
+
# Add the submit button for the given form. When no value is given, it checks
# if the object is a new resource or not to create the proper label:
#