Skip to content

Commit

Permalink
Update railtie.rb (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
noma4i authored Sep 14, 2024
1 parent 4f51661 commit fa4f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/fragment_cache/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Config
class << self
def store=(store)
if Rails.version.to_f >= 7.0 && Rails.application
cache_format_version = Rails.application.config.active_support.cache_format_version
cache_format_version = 7.0
ActiveSupport::Cache.format_version = cache_format_version if cache_format_version
end

Expand Down

0 comments on commit fa4f6ba

Please sign in to comment.