Skip to content

Instantly share code, notes, and snippets.

@seanstickle
Forked from kuon/gist:4141603
Created November 24, 2012 22:22
Show Gist options
  • Save seanstickle/4141639 to your computer and use it in GitHub Desktop.
Save seanstickle/4141639 to your computer and use it in GitHub Desktop.
a.resource_sets.reduce({}) do |a, x|
a[x.key] = { id: x.resource.id, url: x.resource.url }; a
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment