# File lib/validates_timeliness/attribute_methods.rb, line 23 def define_timeliness_methods(before_type_cast=false) return if timeliness_validated_attributes.blank? timeliness_validated_attributes.each do |attr_name| define_attribute_timeliness_methods(attr_name, before_type_cast) end end