Class WebConsole::Template
In: lib/web_console/template.rb
Parent: Object

A facade that handles template rendering and composition.

It introduces template helpers to ease the inclusion of scripts only on Rails error pages.

Methods

new   render  

Public Class methods

Public Instance methods

Render a template (inferred from template_paths) as a plain string.

[Validate]