Skip to content

Instantly share code, notes, and snippets.

@thomasstr
Created May 24, 2013 18:02
Show Gist options
  • Save thomasstr/5645355 to your computer and use it in GitHub Desktop.
Save thomasstr/5645355 to your computer and use it in GitHub Desktop.
Form tag
<%= form_tag projects_path, method: :post, multipart: true do %>
<%= text_field_tag :project_name %>
<br />
<%= submit_tag :submit, value: "Lag", name: :make_project, class: "btn btn-success" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment