method

adapter_class

rails latest stable - Class: ActiveRecord::ConnectionHandling

Method not available on this version

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

adapter_class()
public

No documentation available.

# File activerecord/lib/active_record/connection_handling.rb, line 326
    def adapter_class # :nodoc:
      connection_pool.db_config.adapter_class
    end