method

_infinity?

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

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

_infinity?(value)
private

No documentation available.

# File activerecord/lib/active_record/relation/query_attribute.rb, line 40
        def _infinity?(value)
          value.respond_to?(:infinite?) && value.infinite?
        end