File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ def render_views?
39
39
self . class . render_views? || !controller . class . respond_to? ( :view_paths )
40
40
end
41
41
42
+ # @private
42
43
class EmptyTemplateResolverFactory
43
44
def initialize ( path )
44
45
@path = path
@@ -53,6 +54,10 @@ def resolver
53
54
end
54
55
end
55
56
57
+ # Delegates find_templates to the submitted resolver and then returns templates
58
+ # with modified source
59
+ #
60
+ # @private
56
61
class EmptyTemplateResolverDecorator
57
62
def initialize ( resolver )
58
63
@resolver = resolver
@@ -78,8 +83,8 @@ def find_templates(*args)
78
83
end
79
84
end
80
85
81
- # Delegates find_all to the submitted path set and then returns templates
82
- # with modified source
86
+ # Delegates find_templates to the submitted path set and then returns
87
+ # templates with modified source
83
88
#
84
89
# @private
85
90
class EmptyTemplateFileSystemResolver < ::ActionView ::FileSystemResolver
You can’t perform that action at this time.
0 commit comments