mayth/parasol

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

Summary

Maintainability
Test Coverage
json.array!(@teams) do |team|
  json.extract! team, :id
  json.url team_url(team, format: :json)
end