Skip to content

Instantly share code, notes, and snippets.

@Yax
Created May 24, 2009 15:54
Show Gist options
  • Select an option

  • Save Yax/117163 to your computer and use it in GitHub Desktop.

Select an option

Save Yax/117163 to your computer and use it in GitHub Desktop.
<% form_for(@ticket) do |f| %>
<%= f.error_messages %>
<p>
<%= f.label :category_id %><br />
<%= f.select(:category_id, @categories.collect { |c| [ c.name, c.id ] }) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment