module Roda::RodaPlugins::RouteCsrf::InstanceMethods

def csrf_field

for the meta tag.
The name of the hidden input tag containing the CSRF token. Also used as the name
def csrf_field
  csrf_options[:field]
end