Skip to content

Instantly share code, notes, and snippets.

@dabit
Created October 24, 2011 16:58
Show Gist options
  • Save dabit/1309511 to your computer and use it in GitHub Desktop.
Save dabit/1309511 to your computer and use it in GitHub Desktop.
- @shipping_methods.each do |method|
%p
= f.radio_button :shipping_method, method.service_code
= f.label :shipping_method, method.service_name, value: method.service_code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment