Method: ActiveRecord::Relation::QueryAttribute#hash
- Defined in:
- activerecord/lib/active_record/relation/query_attribute.rb
#hash ⇒ Object
58 59 60 |
# File 'activerecord/lib/active_record/relation/query_attribute.rb', line 58 def hash [self.class, name, value_for_database, type].hash end |