method

resolve_path_directory

rails latest stable - Class: ActionView::RenderParser::RipperRenderParser

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

resolve_path_directory(path)
private

No documentation available.

# File actionview/lib/action_view/render_parser/ripper_render_parser.rb, line 196
        def resolve_path_directory(path)
          if path.include?("/")
            path
          else
            "#{directory}/#{path}"
          end
        end