class ActionView::FileSystemResolver

def clear_cache

def clear_cache
  @unbound_templates.clear
  @path_parser = PathParser.new
  super
end