Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from ascsystems/gist:6217479
Last active December 21, 2015 00:08
Show Gist options
  • Save radar/6217547 to your computer and use it in GitHub Desktop.
Save radar/6217547 to your computer and use it in GitHub Desktop.
<% Category.all.each do |category| %>
<option value="<%= category_path(category) %>"><%= category.name %></option>
<% end %>
<%= render partial: 'category_select' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment