Flowdock

Notes posted by awilkening

RSS feed
December 8, 2010 - (>= v3.0.0)
4 thanks

helpers using options for select

You can now add html options to select options by creating a container with items like the following:

Code Example

['display','value',:class => 'option_class']

This will produce:

Code Example

<option value="value" class="option_class">display</option>