Skip to content

Instantly share code, notes, and snippets.

@rinaldifonseca
Created October 21, 2013 20:06
Show Gist options
  • Save rinaldifonseca/7090058 to your computer and use it in GitHub Desktop.
Save rinaldifonseca/7090058 to your computer and use it in GitHub Desktop.
def collection_for(field)
field.fetch(:options){[]}.map{|option| [option["name"], option["name"]]}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment