method

maximum

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.

maximum(column_name)
public

No documentation available.

# File activerecord/lib/active_record/relation.rb, line 32
      def maximum(column_name)
        exec_explain { @relation.maximum(column_name) }
      end