# File lib/validate_url.rb, line 63
      def validates_url(*attr_names)
        validates_with UrlValidator, _merge_attributes(attr_names)
      end