lib/roda/plugins/render.rb in roda-3.38.0 vs lib/roda/plugins/render.rb in roda-3.39.0

- old
+ new

@@ -104,10 +104,10 @@ # pass a single options hash to the render/view method, while # still allowing you to specify the template name. # :template_block :: Pass this block when creating the underlying template, # ignored when using :inline. Disables caching of the # template by default. - # :template_class :: Provides the template class to use, inside of using + # :template_class :: Provides the template class to use, instead of using # Tilt or <tt>Tilt[:engine]</tt>. # # Here's an example of using these options: # # view(inline: '<%= @foo %>')