Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Last active June 15, 2018 17:46
Show Gist options
  • Save tbuehlmann/ba5e77a862801addcc64312ee4dc02fe to your computer and use it in GitHub Desktop.
Save tbuehlmann/ba5e77a862801addcc64312ee4dc02fe to your computer and use it in GitHub Desktop.
json.sessions do
@session_groups.each_value do |sessions|
sessions.each do |session|
json.child! { json.call(session, :id) }
end
end
end
{"sessions":[{"id":1},{"id":2},{"id":3}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment