SMERM/EMUForm

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

Summary

Maintainability
Test Coverage
json.array!(@accounts) do |account|
  json.extract! account, :id, :name, :about
  json.url account_url(account, format: :json)
end