Method: Arel::Nodes::BindParam#hash
- Defined in:
- activerecord/lib/arel/nodes/bind_param.rb
#hash ⇒ Object
13 14 15 |
# File 'activerecord/lib/arel/nodes/bind_param.rb', line 13 def hash [self.class, self.value].hash end |
13 14 15 |
# File 'activerecord/lib/arel/nodes/bind_param.rb', line 13 def hash [self.class, self.value].hash end |