A website template with lots of features, built with ruby on rails.

index.json.jbuilder 139B

    json.array!(@uploads) do |upload| json.extract! upload, :id, :title, :file, :desciption json.url upload_url(upload, format: :json) end