# File lib/validates_timeliness/helper_methods.rb, line 21
      def timeliness_validation_for(attr_names, type=nil)
        options = _merge_attributes(attr_names)
        options.update(:type => type) if type
        validates_with TimelinessValidator, options
      end