module Crystal class ControllerContext < TemplateContext def controller workspace.controller.must_be.defined end end end