form_tag(url_for_options = {}, options = {}, &block)
Instance Public methods
Starts a form tag that points the action to an url configured with
url_for_options just like ActionController::Base#url_for. The
method for the form defaults to POST.
Options
:multipart - If set to true, the enctype is set to
âmultipart/form-dataâ.
:method - The method to use when submitting the form, usually
either âgetâ or âpostâ. If âpatchâ, âputâ, âdeleteâ, or another verb is
used, a hidden inpu