Skip to content

Instantly share code, notes, and snippets.

@fauxparse
Created May 14, 2009 03:19
Show Gist options
  • Save fauxparse/111455 to your computer and use it in GitHub Desktop.
Save fauxparse/111455 to your computer and use it in GitHub Desktop.
def response_keys
d = {}
responses.genuine.find_in_batches(:batch_size => 100) do |batch|
batch.each { |response| d.merge! response.data }
end
d.keys - [ "id" ]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment