method

yaml_file_path

rails latest stable - Class: ActiveRecord::FixtureSet

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

yaml_file_path(path)
private

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 734
      def yaml_file_path(path)
        "#{path}.yml"
      end