Sha256: 6586f10e556f1be370a7b6ef5a1b635e35f3d711ba824bed0e3f83fdd4278947

Contents?: true

Size: 630 Bytes

Versions: 2

Compression:

Stored size: 630 Bytes

Contents

digraph TopLevel {
    compound = true
    bgcolor = lightcyan1
    fontname = Arial
    fontsize = 8
    label = "TopLevel"
    node [
        fontname = Arial,
        fontsize = 8,
        color = black
    ]

    TaskFilesController [
        fontcolor = black,
        URL = "classes/TaskFilesController.html",
        shape = ellipse,
        color = palegoldenrod,
        style = filled,
        label = "TaskFilesController"
    ]

    ApplicationController [
        URL = "classes/ApplicationController.html",
        label = "ApplicationController"
    ]

    ApplicationController -> TaskFilesController [

    ]

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
backlog-0.8.0 doc/dot/f_34.dot
backlog-0.8.1 doc/dot/f_34.dot