This repo hasn't had a successful analysis for its default branch yet.

atzorvas/ccradio

View on GitHub
app/views/streams/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.array!(@streams) do |stream|
json.extract! stream, :id, :title, :server, :mount
json.url stream_url(stream, format: :json)
end