# File lib/validates_timeliness/attribute_methods.rb, line 82
    def read_timeliness_attribute_before_type_cast(attr_name)
      @timeliness_cache && @timeliness_cache[attr_name] || @attributes[attr_name]
    end