Fixed a comment
This commit is contained in:
parent
23341f3698
commit
3e4c90f104
|
@ -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
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue