method

migration_connection_pool

rails latest stable - Class: ActiveRecord::Tasks::DatabaseTasks

Method not available on this version

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

migration_connection_pool()
public

No documentation available.

# File activerecord/lib/active_record/tasks/database_tasks.rb, line 545
      def migration_connection_pool # :nodoc:
        migration_class.connection_pool
      end