Skip to content

Instantly share code, notes, and snippets.

@Viswanathantv
Created October 21, 2013 17:03
Show Gist options
  • Save Viswanathantv/7087261 to your computer and use it in GitHub Desktop.
Save Viswanathantv/7087261 to your computer and use it in GitHub Desktop.
form
<%= search_form_for @search do |f| %>
<div class="field">
<%= f.label :name_cont, "Name contains" %>
<%= f.text_field :name_cont %>
</div>
<div class="actions"><%= f.submit "Search" %></div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment