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 4f51661 commit fa4f6baCopy full SHA for fa4f6ba
lib/graphql/fragment_cache/railtie.rb
@@ -11,7 +11,7 @@ module Config
11
class << self
12
def store=(store)
13
if Rails.version.to_f >= 7.0 && Rails.application
14
- cache_format_version = Rails.application.config.active_support.cache_format_version
+ cache_format_version = 7.0
15
ActiveSupport::Cache.format_version = cache_format_version if cache_format_version
16
end
17
0 commit comments