# File lib/couchrest/model/dirty.rb, line 22
      def use_dirty?
        doc = base_doc
        doc && !doc.disable_dirty
      end