method
clear
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Journey::Routes
clear()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/routes.rb, line 39
def clear
routes.clear
anchored_routes.clear
custom_routes.clear
end