Class: ActionView::PathResolver
- Defined in:
- lib/action_view/template/resolver.rb
Direct Known Subclasses
Constant Summary collapse
- EXTENSION_ORDER =
[:locale, :formats, :handlers]
Instance Method Summary collapse
- #to_s ⇒ Object (also: #to_path)
Methods inherited from Resolver
#clear_cache, #find_all, #initialize
Constructor Details
This class inherits a constructor from ActionView::Resolver
Instance Method Details
#to_s ⇒ Object Also known as: to_path
46 47 48 |
# File 'lib/action_view/template/resolver.rb', line 46 def to_s @path.to_s end |