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