Skip to content

Instantly share code, notes, and snippets.

@tekin
Created March 18, 2009 23:08
Show Gist options
  • Save tekin/81469 to your computer and use it in GitHub Desktop.
Save tekin/81469 to your computer and use it in GitHub Desktop.
<%= options_from_collection_for_select(
@products,
:id,
:name,
nil, # selected value(s)
lambda{|p| !p.in_stock? } # disabled value(s) identified with a proc
) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment