# File lib/couch_potato/view/view_query.rb, line 19
      def query_view!(parameters = {})
        update_view unless view_has_been_updated?
        begin
          query_view parameters
        rescue CouchRest::NotFound
          update_view
          retry
        end
      end