Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sadiqmmm/aaeda27dda12ec7b51bca46e34a9653c to your computer and use it in GitHub Desktop.
Save sadiqmmm/aaeda27dda12ec7b51bca46e34a9653c to your computer and use it in GitHub Desktop.
rails 3 custom attributes to select options
<%= f.select :country_id, options_for_select(@countries.map{ |c| [c.name, c.id, {'data-currency_code'=>c.currency_code}] }) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment