weathermen/soundstorm

View on GitHub
app/views/tracks/show.json.jbuilder

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

@track.as_json.each do |(key, value)|
  json.set! key, value
end