Skip to content

Instantly share code, notes, and snippets.

@g8d3
Created May 31, 2016 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save g8d3/aefb719b46056d9a4f328479c80a375d to your computer and use it in GitHub Desktop.
Save g8d3/aefb719b46056d9a4f328479c80a375d to your computer and use it in GitHub Desktop.
@documents_by_category = Document.all.group_by{|doc| doc.category.name}
json.array! @documents_by_category each do |category, docs|
json.set! category, docs
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment