Method: Arel::Nodes::UpdateStatement#hash

Defined in:
activerecord/lib/arel/nodes/update_statement.rb

#hashObject



27
28
29
# File 'activerecord/lib/arel/nodes/update_statement.rb', line 27

def hash
  [@relation, @wheres, @values, @orders, @limit, @offset, @key].hash
end