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