method
clear_cache!
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::Journey::Routes
clear_cache!()private
No documentation available.
# File actionpack/lib/action_dispatch/journey/routes.rb, line 75
def clear_cache!
@ast = nil
@simulator = nil
end