Module: Charming::Controller::Rendering
- Included in:
- Charming::Controller
- Defined in:
- lib/charming/controller/rendering.rb
Overview
Rendering pipeline mixed into Controller. Resolves view classes, template paths, layouts,
and assigns. Most helpers are private — only render/render_view/render_template are
part of the public controller API and live in controller.rb itself.