module Roda::RodaPlugins::PadrinoRender::InstanceMethods

  1. lib/roda/plugins/padrino_render.rb

Methods

Public Instance

  1. render

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