There's no documentation for this item.
# File action_view/helpers/form_helper.rb, line 700 def submit(value = "Save changes", options = {}) @template.submit_tag(value, options.reverse_merge(:id => "#{object_name}_submit")) end
<code/>
<pre/>
<code/>and<pre/>for code samples.