module Roda::RodaPlugins::MultiView::RequestMethods
def multi_view(arg)
Pass the argument to +get+, and assume if the matchers match that
def multi_view(arg) get(arg) do |page| scope.view(page) end end
def multi_view(arg) get(arg) do |page| scope.view(page) end end