Fixing typoo

improve_associations
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
* Uniqueness validation now available
* Minor enhancements
* Removed support for auto_validate! and :length on properties
== 1.0.0.beta6

View File

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