initial commit
This commit is contained in:
2
app/views/clients/_client.json.jbuilder
Normal file
2
app/views/clients/_client.json.jbuilder
Normal file
@@ -0,0 +1,2 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user