Class: ActionView::OptimizedFileSystemResolver
- Inherits:
-
FileSystemResolver
- Object
- Resolver
- PathResolver
- FileSystemResolver
- ActionView::OptimizedFileSystemResolver
- Defined in:
- lib/action_view/template/resolver.rb
Overview
An Optimized resolver for Rails’ most common case.
Direct Known Subclasses
Constant Summary
Constants inherited from PathResolver
PathResolver::DEFAULT_PATTERN, PathResolver::EXTENSIONS
Instance Attribute Summary
Attributes inherited from FileSystemResolver
Instance Method Summary collapse
-
#initialize(path) ⇒ OptimizedFileSystemResolver
constructor
:nodoc:.
Methods inherited from FileSystemResolver
Methods inherited from PathResolver
Methods inherited from Resolver
#clear_cache, #find_all, #find_all_with_query
Constructor Details
#initialize(path) ⇒ OptimizedFileSystemResolver
:nodoc:
344 345 346 |
# File 'lib/action_view/template/resolver.rb', line 344 def initialize(path) super(path) end |