Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
#cache_key_with_key
when available
In order to keep compatibility between the AMS cache feature and with Rails > 5.1 cache versioning, we have to use the `cache_key_with_version`. **NOTE** - This is a quick fix to the issue, if there will be future plans a proper cache versioning with recyclable key needs to be implemented. More info: #2287
- Loading branch information