method

use_metadata_table?

use_metadata_table?()
public

No documentation available.

# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 165
      def use_metadata_table? # :nodoc:
        configuration_hash.fetch(:use_metadata_table, true)
      end