Update docs to match new ::Controller::Root
[catagits/Reaction.git] / lib / Reaction / UI / RenderingContext.pm
CommitLineData
7adfd53f 1package Reaction::UI::RenderingContext;
2
3use Reaction::Class;
4
5class RenderingContext which {
6
7 implements 'render' => as {
8 confess "abstract method";
9 };
10
11};
12
131;