Method: Arel::Nodes::Casted#hash
- Defined in:
- activerecord/lib/arel/nodes/casted.rb
#hash ⇒ Object
25 26 27 |
# File 'activerecord/lib/arel/nodes/casted.rb', line 25 def hash [self.class, value, attribute].hash end |
25 26 27 |
# File 'activerecord/lib/arel/nodes/casted.rb', line 25 def hash [self.class, value, attribute].hash end |