Method: ActionView::FileSystemResolver#clear_cache
- Defined in:
- actionview/lib/action_view/template/resolver.rb
#clear_cache ⇒ Object
102 103 104 105 106 |
# File 'actionview/lib/action_view/template/resolver.rb', line 102 def clear_cache @unbound_templates.clear @path_parser = PathParser.new super end |