method

exec_explain

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.

exec_explain(&block)
private

No documentation available.

# File activerecord/lib/active_record/relation.rb, line 49
        def exec_explain(&block)
          @relation.exec_explain(@relation.collecting_queries_for_explain { block.call }, @options)
        end