Rezervacije

This commit is contained in:
2024-08-06 14:16:40 +02:00
parent 8d5a410c60
commit 6d5509856f
58 changed files with 1052 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
json.extract! customer, :id, :name, :phone, :notes, :email, :birthyear, :created_at, :updated_at
json.url customer_url(customer, format: :json)