Skip to content

Instantly share code, notes, and snippets.

@cyx
Created February 16, 2010 10:04
Show Gist options
  • Save cyx/305423 to your computer and use it in GitHub Desktop.
Save cyx/305423 to your computer and use it in GitHub Desktop.
= f.label :gender_male do
= f.radio_button, 'Male'
= f.label :gender_male, 'Male'
= f.radio_button, 'Female'
= f.label :gender_female, 'Female'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment