diff --git a/lib/couchrest/more/casted_model.rb b/lib/couchrest/more/casted_model.rb index bed9c7b..2811de3 100644 --- a/lib/couchrest/more/casted_model.rb +++ b/lib/couchrest/more/casted_model.rb @@ -27,7 +27,7 @@ module CouchRest super(key.to_s) end - # True if the casted model has already + # False if the casted model has already # been saved in the containing document def new_model? !@document_saved @@ -46,4 +46,4 @@ module CouchRest alias :attributes= :update_attributes_without_saving end -end \ No newline at end of file +end