contentful_rails
contentful_rails copied to clipboard
Don't raise error on unpublish webhook event for MemCacheStore
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