module-and-template-store/app/views/clients/index.json.jbuilder

5 lines
146 B
Plaintext
Raw Normal View History

2014-02-13 06:51:23 +00:00
json.array!(@clients) do |client|
json.extract! client, :id, :site_name, :site_token, :site_id
json.url client_url(client, format: :json)
end