Module: ActiveRecord::Relation::RelationQueryAttributeMonkeyPatch

Included in:
QueryAttribute
Defined in:
lib/arjdbc/abstract/relation_query_attribute_monkey_patch.rb

Overview

monkey patch

Instance Method Summary collapse

Instance Method Details

#hashObject



14
15
16
17
# File 'lib/arjdbc/abstract/relation_query_attribute_monkey_patch.rb', line 14

def hash
  # [self.class, name, value_for_database, type].hash
  [self.class, name, value_before_type_cast, type].hash
end