cf60de59b1
Using the rails `form_tag` helper generates a form with the action attribute set to the current URL (without parameters). In this case, we want to include any GET parameters, so it is better to exclude the action attribute from the form tag, and allow browsers to submit to the current URL. |
||
---|---|---|
.. | ||
confirm_request.html.erb | ||
failure.html.erb |