This commit is contained in:
Jorge Manrubia
2025-09-09 12:31:02 +02:00
parent a6b2944f54
commit 9b4eaf0952
+1 -1
View File
@@ -84,7 +84,7 @@ class User::Filtering
end
def cache_key
ActiveSupport::Cache.expand_cache_key( [ user, filter, expanded? ], "user-filtering")
ActiveSupport::Cache.expand_cache_key([ user, filter, expanded? ], "user-filtering")
end
private