contentful_rails icon indicating copy to clipboard operation
contentful_rails copied to clipboard

Don't raise error on unpublish webhook event for MemCacheStore

Open dmitryzuev opened this issue 4 years ago • 0 comments

Problem

Rails MemCacheStore doesn't support delete_matched, and if you use MemCacheStore, unpublish webhook will raise error.

Solution

Maybe ugly, but it just rescues NotImplementedError.

Closes #25

dmitryzuev avatar Sep 07 '20 19:09 dmitryzuev