Skip to content

Instantly share code, notes, and snippets.

@dylanerichards
Created August 1, 2014 03:34
Show Gist options
  • Select an option

  • Save dylanerichards/b4eea728b1a20271ac73 to your computer and use it in GitHub Desktop.

Select an option

Save dylanerichards/b4eea728b1a20271ac73 to your computer and use it in GitHub Desktop.
<h2>Enter Movie</h2>
<%= form_tag("/search", method: "post", class: 'form') do %>
<%= label_tag(:q, "Search for:") %>
<%= text_field_tag(:movie) %>
<%= submit_tag("Search") %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment