method
clear_cache
rails latest stable - Class:
ActionView::PathResolver
clear_cache()public
No documentation available.
# File actionview/lib/action_view/template/resolver.rb, line 206
def clear_cache
@unbound_templates.clear
@path_parser = PathParser.new
super
end