If this route matches the named or default AutoForme route, dispatch to AutoForme.
AutoForme
# File lib/roda/plugins/autoforme.rb 46 def autoforme(name=nil) 47 instance_exec(&self.class.autoforme_route(name)) 48 end