Altering history

improve_associations
Sam Lown 2010-06-07 14:04:43 +02:00
parent 7b40042087
commit 406c2e6a01
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,11 @@
* Minor enhancements
== 1.0.5
* Minor enhancements
* Added 'find' alias for 'get' for easier rails transition
== 1.0.3
* Minor enhancements

View File

@ -8,7 +8,7 @@ module CouchRest
# Same as CouchRest::Document but with properties and validations
class ExtendedDocument < Document
VERSION = "1.0.4"
VERSION = "1.0.5"
include CouchRest::Mixins::Callbacks
include CouchRest::Mixins::DocumentQueries