Created
August 1, 2014 03:34
-
-
Save dylanerichards/b4eea728b1a20271ac73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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