method

use_metadata_table?

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

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/hash_config.rb, line 157
      def use_metadata_table? # :nodoc:
        configuration_hash.fetch(:use_metadata_table, true)
      end