lib/roda/plugins/multi_view.rb in roda-2.9.0 vs lib/roda/plugins/multi_view.rb in roda-2.10.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen-string-literal: true + class Roda module RodaPlugins # The multi_view plugin makes it easy to render multiple views, where the # view template is the same as the matched element. It adds an +r.multi_view+ # method, which takes an argument that is passed to +r.get+, and should