Method: Deas::NullTemplateEngine#partial
- Defined in:
- lib/deas/template_engine.rb
#partial(template_name, locals, &content) ⇒ Object
45 46 47 |
# File 'lib/deas/template_engine.rb', line 45 def partial(template_name, locals, &content) render(template_name, nil, locals) end |