Class: ActionView::PathResolver
Constant Summary
- EXTENSION_ORDER =
[:locale, :formats, :handlers]
Instance Method Summary (collapse)
- - (Object) to_s (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
- (Object) to_s Also known as: to_path
46 47 48 |
# File 'actionpack/lib/action_view/template/resolver.rb', line 46 def to_s @path.to_s end |