method

hash

hash()
public

No documentation available.

# File activerecord/lib/active_record/relation/where_clause.rb, line 81
      def hash
        [self.class, predicates].hash
      end