Fixed a comment
This commit is contained in:
parent
23341f3698
commit
3e4c90f104
|
@ -27,7 +27,7 @@ module CouchRest
|
||||||
super(key.to_s)
|
super(key.to_s)
|
||||||
end
|
end
|
||||||
|
|
||||||
# True if the casted model has already
|
# False if the casted model has already
|
||||||
# been saved in the containing document
|
# been saved in the containing document
|
||||||
def new_model?
|
def new_model?
|
||||||
!@document_saved
|
!@document_saved
|
||||||
|
|
Loading…
Reference in a new issue