module Roda::RodaPlugins::NotAllowed

def self.load_dependencies(app)

defined by it and calls super.
Depend on the all_verbs plugin, as this plugin overrides methods
def self.load_dependencies(app)
  app.plugin :all_verbs
end