index.json.jbuilder 134 Bytes Raw Blame History Permalink 1 2 3 4 json.array!(@lxd_hosts) do |lxd_host| json.extract! lxd_host, :id, :name, :uri json.url lxd_host_url(lxd_host, format: :json) end