# File lib/couchrest/model/embeddable.rb, line 39
    def new?
      casted_by.nil? ? true : casted_by.new?
    end