Module: Ext::TemplateView::CClassMethods
- Defined in:
- lib/ext/template_view.rb
Instance Attribute Summary collapse
-
#template_root ⇒ Object
Sets the template_root.
-
#use_cache ⇒ Object
Set to true to add cache.
Instance Attribute Details
#template_root ⇒ Object
Sets the template_root. Usage is up to the template.
36 37 38 |
# File 'lib/ext/template_view.rb', line 36 def template_root @template_root end |
#use_cache ⇒ Object
Set to true to add cache. Usage is up to the template.
39 40 41 |
# File 'lib/ext/template_view.rb', line 39 def use_cache @use_cache end |