Moneyvate/invoices-site

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

Summary

Maintainability
Test Coverage
json.array!(@client_types) do |client_type|
  json.extract! client_type, :name
  json.url client_type_url(client_type, format: :json)
end