rails / solid_cache

A database-backed ActiveSupport::Cache::Store
MIT License
891 stars 63 forks source link

Use the default SolidCache::Record role #108

Closed djmb closed 11 months ago

djmb commented 12 months ago

Don't let the ActiveRecord::Base role bleed into the SolidCache connections. This is a problem when the default role is :reading and the SolidCache connection does not have a value set.