Fixing typoo

This commit is contained in:
Sam Lown 2010-06-23 11:58:35 +02:00
parent 3d46db1104
commit c52f009270
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,9 @@
* Validation always included * Validation always included
* Uniqueness validation now available * Uniqueness validation now available
* Minor enhancements
* Removed support for auto_validate! and :length on properties
== 1.0.0.beta6 == 1.0.0.beta6

View file

@ -1,4 +1,4 @@
# encoding: urf-8 # encoding: utf-8
module CouchRest module CouchRest
module Model module Model