module Roda::RodaPlugins::PadrinoRender::InstanceMethods
Public Instance Methods
Source
# File lib/roda/plugins/padrino_render.rb, line 34 def render(template, opts=OPTS) view(template, opts) end
Call view with the given arguments, so that render uses a layout by default.