method

use_metadata_table?

rails latest stable - Class: ActiveRecord::DatabaseConfigurations::DatabaseConfig

Method not available on this version

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

use_metadata_table?()
public

No documentation available.

# File activerecord/lib/active_record/database_configurations/database_config.rb, line 99
      def use_metadata_table?
        raise NotImplementedError
      end