Files
parse/app/views/clients/_client.json.jbuilder
Stefan Tollkühn 3735122750 initial commit
2025-07-21 12:14:42 +02:00

3 lines
189 B
Ruby

json.extract! client, :id, :company_name, :firstname, :lastname, :streetname, :zipcode, :city, :country, :email, :phone, :created_at, :updated_at
json.url client_url(client, format: :json)