method
clear
v6.1.7.7 -
Show 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