Skip to content

Instantly share code, notes, and snippets.

@ascsystems
Created August 13, 2013 02:58
Show Gist options
  • Save ascsystems/6217479 to your computer and use it in GitHub Desktop.
Save ascsystems/6217479 to your computer and use it in GitHub Desktop.
<%= render partial: 'category_select', locals: { categories: Category.all } %>
_category_select.html.erb
<option value="<%= category_path(category) %>"><%= category.name %></option>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment