module Roda::RodaPlugins::MultiView::RequestMethods
Public Instance Methods
Source
# File lib/roda/plugins/multi_view.rb, line 73 def multi_view(arg) get(arg) do |page| scope.view(page) end end
Pass
the argument to get
, and assume if the matchers match that there is one capture, and call view with that capture.