module Roda::RodaPlugins::Csrf::InstanceMethods

def csrf_field

The name of the hidden/meta csrf tag.
def csrf_field
  CSRF.field
end