lib/mobility/arel/nodes/pg_ops.rb in mobility-0.8.13 vs lib/mobility/arel/nodes/pg_ops.rb in mobility-1.0.0.alpha

- old
+ new

@@ -47,10 +47,10 @@ def eq other case other when NilClass to_question.not - when Integer, Array, Hash + when Integer, Array, ::Hash to_dash_arrow.eq other.to_json when Jsonb to_dash_arrow.eq other.to_dash_arrow when JsonbDashArrow to_dash_arrow.eq other