changeset 231:01f3a7e073c3

Remove unsupported namespace syntax Leftover from redis-rails.
author nanaya <me@nanaya.net>
date Mon, 16 Jan 2023 16:23:29 +0900
parents e6c29d47192b
children 4caedeaeea69
files config/application.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config/application.rb	Thu Apr 28 22:49:21 2022 +0900
+++ b/config/application.rb	Mon Jan 16 16:23:29 2023 +0900
@@ -43,7 +43,7 @@
     config.session_store :disabled
 
     if $cfg[:redis_server]
-      config.cache_store = :redis_cache_store, { url: "#{$cfg[:redis_server]}/cache_store" }
+      config.cache_store = :redis_cache_store, { url: "#{$cfg[:redis_server]}" }
     end
   end
 end