Skip to content

Instantly share code, notes, and snippets.

@axilaris
Created March 14, 2014 11:19
Show Gist options
  • Select an option

  • Save axilaris/9545923 to your computer and use it in GitHub Desktop.

Select an option

Save axilaris/9545923 to your computer and use it in GitHub Desktop.
<%= select "currency", "currency",
Country.all.each_with_index.map {
|country, index|
[country["currency_code"],
country["currency_code"]]}, :selected => @invoice["data"]["currency"]
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment