Module: NgTemplate::TemplateHelper
- Defined in:
- app/helpers/ng_template/template_helper.rb
Overview
end
Defined Under Namespace
Classes: TemplateRenderer
Instance Method Summary collapse
-
#ng_template_include(paths, opt = {}) ⇒ Object
Render all templates in given path as HTML.
Instance Method Details
#ng_template_include(paths, opt = {}) ⇒ Object
Render all templates in given path as HTML
68 69 70 |
# File 'app/helpers/ng_template/template_helper.rb', line 68 def ng_template_include(paths, opt = {}) TemplateRenderer.new(self, paths, opt).render end |