method

clear

rails latest stable - Class: ActionDispatch::Journey::Routes
clear()
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/routes.rb, line 37
      def clear
        routes.clear
        anchored_routes.clear
        custom_routes.clear
      end