method

new

rails latest stable - Class: ActiveRecord::Relation::ExplainProxy

Method not available on this version

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

new(relation, options)
public

No documentation available.

# File activerecord/lib/active_record/relation.rb, line 7
      def initialize(relation, options)
        @relation = relation
        @options  = options
      end