Method: Arel::Nodes::InsertStatement#hash
- Defined in:
- activerecord/lib/arel/nodes/insert_statement.rb
#hash ⇒ Object
23 24 25 |
# File 'activerecord/lib/arel/nodes/insert_statement.rb', line 23 def hash [@relation, @columns, @values, @select].hash end |