Method: Cuba::Render#partial

Defined in:
lib/cuba/render.rb

#partial(template, locals = {}) ⇒ Object



24
25
26
# File 'lib/cuba/render.rb', line 24

def partial(template, locals = {})
  _render(template_path(template), locals, settings[:render][:options])
end