module Roda::RodaPlugins::Head::RequestMethods
def method_not_allowed(verbs)
Work with the not_allowed plugin so that if GET is one
def method_not_allowed(verbs) verbs = verbs.sub('GET', 'HEAD, GET') super end
def method_not_allowed(verbs) verbs = verbs.sub('GET', 'HEAD, GET') super end