SumOfUs/Champaign

View on GitHub
app/views/api/pension_funds/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.array! @pension_funds do |fund|
  json._id fund.uuid
  json.name fund.name
  json.fund fund.fund
  json.email fund.email
end