Skip to content

Commit fa4f6ba

Browse files
authored
Update railtie.rb (#119)
1 parent 4f51661 commit fa4f6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/fragment_cache/railtie.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Config
1111
class << self
1212
def store=(store)
1313
if Rails.version.to_f >= 7.0 && Rails.application
14-
cache_format_version = Rails.application.config.active_support.cache_format_version
14+
cache_format_version = 7.0
1515
ActiveSupport::Cache.format_version = cache_format_version if cache_format_version
1616
end
1717

0 commit comments

Comments
 (0)