# File lib/couchrest/model/casted_by.rb, line 13
    def base_doc
      return self if base_doc?
      casted_by ? casted_by.base_doc : nil
    end