Files
nemo_encoder/app/views/clients/_client.json.jbuilder
2017-02-03 17:56:43 +06:30

2 lines
94 B
Ruby

json.extract! client, :id, :created_at, :updated_at
json.url client_url(client, format: :json)