diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-11-14 21:01:59 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-11-14 21:01:59 -0200 |
commit | 4ef6d2e534e4d470290e1454d51312fa5f8b3b0c (patch) | |
tree | f53b5849f762cf67bc413fc4b462aed29bc2aa74 /actionpack | |
parent | c996901913d74640afb1856044e5a5d6bd12a7fd (diff) | |
download | rails-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')
-rw-r--r-- | actionpack/lib/action_view/helpers/form_helper.rb | 1 |
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: # |