Method: Roda::RodaPlugins::NotAllowed.load_dependencies

Defined in:
lib/roda/plugins/not_allowed.rb

.load_dependencies(app) ⇒ Object

Depend on the all_verbs plugin, as this plugin overrides methods defined by it and calls super.



70
71
72
# File 'lib/roda/plugins/not_allowed.rb', line 70

def self.load_dependencies(app)
  app.plugin :all_verbs
end