# File lib/validates_timeliness/orm/active_record.rb, line 83
      def read_timeliness_attribute_before_type_cast(attr_name)
        @timeliness_cache && @timeliness_cache[attr_name] || read_attribute_before_type_cast(attr_name)
      end