module BlindIndex::Model::InstanceMethods
Public Instance Methods
read_attribute_for_validation(key)
click to toggle source
Calls superclass method
# File lib/blind_index/model.rb, line 100 def read_attribute_for_validation(key) if (bi = self.class.blind_indexes[key]) send(bi[:attribute]) else super end end