Class: ActionView::OptimizedFileSystemResolver

Inherits:
FileSystemResolver show all
Defined in:
actionview/lib/action_view/template/resolver.rb

Overview

An Optimized resolver for Rails’ most common case.

Direct Known Subclasses

FixtureResolver

Constant Summary

Constants inherited from PathResolver

PathResolver::DEFAULT_PATTERN, PathResolver::EXTENSIONS

Instance Attribute Summary

Attributes inherited from FileSystemResolver

#path

Instance Method Summary collapse

Methods inherited from FileSystemResolver

#eql?, #to_s

Methods inherited from PathResolver

#clear_cache

Methods inherited from Resolver

#clear_cache, #find_all, #find_all_with_query

Constructor Details

#initialize(path) ⇒ OptimizedFileSystemResolver

:nodoc:



314
315
316
# File 'actionview/lib/action_view/template/resolver.rb', line 314

def initialize(path)
  super(path)
end