module Roda::RodaPlugins::RouteCsrf::InstanceMethods

def csrf_options

Helper for getting the plugin options.
def csrf_options
  opts[:route_csrf]
end