module Roda::RodaPlugins::BranchLocals
def self.load_dependencies(app)
Load the render_locals plugin before this plugin, since this plugin
def self.load_dependencies(app) app.plugin :render_locals end
def self.load_dependencies(app) app.plugin :render_locals end