module Roda::RodaPlugins::ViewOptions
def self.load_dependencies(app)
works by overriding methods in the render plugin.
Load the render plugin before this plugin, since this plugin
def self.load_dependencies(app) app.plugin :render end
works by overriding methods in the render plugin.
Load the render plugin before this plugin, since this plugin
def self.load_dependencies(app) app.plugin :render end