Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 22, 2011 20:23
Show Gist options
  • Select an option

  • Save meltzerj/937512 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/937512 to your computer and use it in GitHub Desktop.
%= f.association :comment_title, :collection => @video.comment_titles.map {|ct| [ct.title, comment_title_path(ct)] }, :label => "Comment Title:", :include_blank => false %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment