module Roda::RodaPlugins::ViewSubdirLeadingSlash

def self.load_dependencies(app)

works by overriding a method in the view_options plugin.
Load the view_options plugin before this plugin, since this plugin
def self.load_dependencies(app)
  app.plugin :view_options
end