# File lib/validates_timeliness/validator.rb, line 103 def attribute_raw_value(record, attr_name) record.respond_to?(:read_timeliness_attribute_before_type_cast) && record.read_timeliness_attribute_before_type_cast(attr_name.to_s) end