method

infinity?

infinity?(value)
private

No documentation available.

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