Sha256: 1a2e6eed2051ac717d2c26f4510491942984c744ffefe51cf183d2cf136909e7

Contents?: true

Size: 614 Bytes

Versions: 5

Compression:

Stored size: 614 Bytes

Contents

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

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

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

    ApplicationController -> TasksController [

    ]

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
backlog-0.7.10 doc/dot/f_25.dot
backlog-0.7.12 doc/dot/f_25.dot
backlog-0.7.9 doc/dot/f_25.dot
backlog-0.8.0 doc/dot/f_25.dot
backlog-0.8.1 doc/dot/f_25.dot