This method is deprecated or moved on the latest stable version.
The last existing version (v4.0.2) is shown here.
_prefixes()
public
The prefixes used in render “foo” shortcuts.
# File actionpack/lib/abstract_controller/view_paths.rb, line 33
def _prefixes
@_prefixes ||= begin
parent_prefixes = self.class.parent_prefixes
parent_prefixes.dup.unshift(controller_path)
end
end