Module: Roda::RodaPlugins::BeforeHook

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

Overview

Internal before hook module, not for external use. Allows for plugins to configure the order in which before processing is done by using roda_before* private instance methods that are called in sorted order. Loaded automatically by the base library if any roda_before* methods are defined.

Defined Under Namespace

Modules: InstanceMethods