method
structurally_incompatible_values_for_or
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::QueryMethods
structurally_incompatible_values_for_or(other)private
No documentation available.
# File activerecord/lib/active_record/relation/query_methods.rb, line 1171
def structurally_incompatible_values_for_or(other)
STRUCTURAL_OR_METHODS.reject do |method|
get_value(method) == other.get_value(method)
end
end