method
clear_cache
v6.0.0 -
Show latest stable
- Class:
ActionView::PathResolver
clear_cache()public
No documentation available.
# File actionview/lib/action_view/template/resolver.rb, line 180
def clear_cache
@unbound_templates.clear
super()
end