add new file

This commit is contained in:
Sunandar
2017-02-03 17:56:43 +06:30
parent 538c898e06
commit cccf9c0e9b
21 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
json.extract! client, :id, :created_at, :updated_at
json.url client_url(client, format: :json)