class
ActionView::CompiledTemplates
v1.0.0 -
Show latest stable
- Superclass: Module
CompiledTemplates modules hold methods that have been compiled. Templates are compiled into these methods so that they do not need to be re-read and re-parsed each request.
Each template may be compiled into one or more methods. Each method accepts a given set of parameters which is used to implement local assigns passing.
To use a compiled template module, create a new instance and include it into the class in which you want the template to be rendered.
Attributes
| [R] | method_names |
Files
- actionpack/lib/action_view/compiled_templates.rb