method

first

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.

first(limit = nil)
public

No documentation available.

# File activerecord/lib/active_record/relation.rb, line 24
      def first(limit = nil)
        exec_explain { @relation.first(limit) }
      end