File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
actionview/lib/action_view Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module ViewPaths
14
14
:locale , :locale= , :to => :lookup_context
15
15
16
16
module ClassMethods
17
- def _prefixes
17
+ def _prefixes # :nodoc:
18
18
@_prefixes ||= begin
19
19
deprecated_prefixes = handle_deprecated_parent_prefixes and return deprecated_prefixes
20
20
@@ -39,11 +39,10 @@ def handle_deprecated_parent_prefixes # TODO: remove in 4.3/5.0.
39
39
end
40
40
41
41
# The prefixes used in render "foo" shortcuts.
42
- def _prefixes
42
+ def _prefixes # :nodoc:
43
43
self . class . _prefixes
44
44
end
45
45
46
-
47
46
# LookupContext is the object responsible to hold all information required to lookup
48
47
# templates, i.e. view paths and details. Check ActionView::LookupContext for more
49
48
# information.
You can’t perform that action at this time.
0 commit comments