Method: Arel::Nodes::InsertStatement#hash

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

#hashObject



23
24
25
# File 'activerecord/lib/arel/nodes/insert_statement.rb', line 23

def hash
  [@relation, @columns, @values, @select].hash
end