method

inspect

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.

inspect()
public

No documentation available.

# File activerecord/lib/active_record/relation.rb, line 12
      def inspect
        exec_explain { @relation.send(:exec_queries) }
      end