Skip to content

Instantly share code, notes, and snippets.

@mickeb
Created June 3, 2010 16:09
Show Gist options
  • Save mickeb/424074 to your computer and use it in GitHub Desktop.
Save mickeb/424074 to your computer and use it in GitHub Desktop.
<%= form_for @post, :url => search_posts_path() , :remote => true, :html => {:method => :get, "data-type" => "html"} do |f| %>
<%= f.label :header, "Header" %> <%= f.text_field :header %>
<br/>
<%= f.label :header, "Body" %> <%= f.text_field :body %>
<%= f.submit "Ok" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment