SMERM/EMUForm

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

Summary

Maintainability
Test Coverage
json.array!(@roles) do |role|
  json.extract! role, :id, :description
  json.url role_url(role, format: :json)
end