Skip to content

Instantly share code, notes, and snippets.

@jlstr
Created November 5, 2012 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlstr/4020438 to your computer and use it in GitHub Desktop.
Save jlstr/4020438 to your computer and use it in GitHub Desktop.
Sorting using Ransack
<%= search_form_for @q, :url => home_path, :html => { :method => :get } do |f| %>
<%= f.sort_fields do |s| %>
<%= s.sort_select %>
<% end %>
<%= f.submit "Sort" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment