Skip to content

Commit 9935c7d

Browse files
committed
maybe this fixes it
1 parent 4874535 commit 9935c7d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/application.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# you've limited to :test, :development, or :production.
77
Bundler.require(*Rails.groups)
88

9+
# Ensure connection_pool 3.x compatibility for early cache store setup
10+
require_relative 'initializers/connection_pool_compat'
11+
912
module Sofia
1013
class Application < Rails::Application
1114
# Initialize configuration defaults for originally generated Rails version.

0 commit comments

Comments
 (0)