Skip to content

Instantly share code, notes, and snippets.

@ryenski
Created March 8, 2018 15:31
Show Gist options
  • Save ryenski/13a1af5041496c208fba5d75a51d38ce to your computer and use it in GitHub Desktop.
Save ryenski/13a1af5041496c208fba5d75a51d38ce to your computer and use it in GitHub Desktop.
<%= f.collection_select(:shipping_method, @ship_method_options, :id, :name) %>
<%= f.input :shipping_method_other %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment