# File lib/arel/algebra/attributes/attribute.rb, line 286 def typecast_error(value) raise TypecastError, "could not typecast #{value.inspect} to #{self.class.name.split('::').last}" end