From 3c0931a7afe49ee972f94533359e3e1d6f9f1f54 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 14 Sep 2010 01:29:51 -0300 Subject: [PATCH] Ops, I forgot to remote http:// in changelog --- CHANGELOG.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 6b5f7a06..01602a88 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -3,7 +3,7 @@ * Add default css class to button * Allow forms for objects that don't respond to the "errors" method * collection_check_boxes and collection_radio now wrap the input in the label - * Automatic add min/max values for numeric attributes based on validations and step for integers - HTML5 (by http://github.com/dasch) + * Automatic add min/max values for numeric attributes based on validations and step for integers - HTML5 (by github.com/dasch) * bug fix * Search for validations on both association and attribute