3 lines
189 B
Ruby
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)
|