Skip to content

Commit

Permalink
fix: close cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitz committed Dec 22, 2023
1 parent 8864b57 commit ad6d861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ class Application < Rails::Application
config.generators do |g|
g.fixture_replacement :factory_bot, dir: "test/factories"
end
config.active_record.collection_cache_versioning = false
config.active_record.cache_versioning = false
end
end

0 comments on commit ad6d861

Please sign in to comment.