From 3e4c90f104576afda6dd84b14123d95ca43296fe Mon Sep 17 00:00:00 2001 From: Peter Gumeson Date: Thu, 28 May 2009 17:00:06 -0700 Subject: [PATCH] Fixed a comment --- lib/couchrest/more/casted_model.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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