Module: OKF::Render
- Defined in:
- lib/okf/render/graph.rb
Overview
The view layer: turns a bundle into the interactive graph page. Pairs with the
pure OKF::Bundle::Graph (the data model) — Bundle builds the graph, Render
draws it. A shell (reads the template, escapes with rack/utils), but knows
nothing about HTTP: OKF::Server::App serves what this produces, and okf render writes it to a file, from the one class.
Defined Under Namespace
Classes: Graph