We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b2c39 commit 520ed22Copy full SHA for 520ed22
1 file changed
lib/namespaced_env_cache.rb
@@ -97,6 +97,7 @@ def read_collection(name, **opts)
97
98
if data.is_a?(ActiveRecord::Relation)
99
data = NamespacedEnvCache.normalize_collection(data)
100
+ write_collection_data(name, data, **opts)
101
end
102
103
type = data.slice!(0)
0 commit comments