Guest User

Untitled

a guest
Jun 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. json.sessions do
  2. @session_groups.each_value do |sessions|
  3. sessions.each do |session|
  4. json.child! { json.call(session, :id) }
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment