Public Instance methods
render(template, opts=OPTS)
Call view with the given arguments, so that render uses a layout by default.
[show source]
# File lib/roda/plugins/padrino_render.rb 34 def render(template, opts=OPTS) 35 view(template, opts) 36 end