Skip to content

Instantly share code, notes, and snippets.

@topgenorth
Created January 8, 2011 01:44
Show Gist options
  • Save topgenorth/770425 to your computer and use it in GitHub Desktop.
Save topgenorth/770425 to your computer and use it in GitHub Desktop.
<%= sorted_publishers_select_tag('All') =%>
<!-- instead of -->
<dd><%= select_tag 'publisher_id', options_from_collection_for_select(@publishers, 'id', 'display_name', params[:publisher_id]), {:include_blank => 'All'} %></dd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment