method

new

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

Method not available on this version

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

new(db_config)
public

No documentation available.

# File activerecord/lib/active_record/tasks/abstract_tasks.rb, line 10
      def initialize(db_config)
        @db_config = db_config
        @configuration_hash = db_config.configuration_hash
      end