index.json.jbuilder 114 Bytes Raw Blame History Permalink 1 2 3 4 json.array!(@hosts) do |host| json.extract! host, :id, :name, :uri json.url host_url(host, format: :json) end