We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4874535 commit 9935c7dCopy full SHA for 9935c7d
1 file changed
config/application.rb
@@ -6,6 +6,9 @@
6
# you've limited to :test, :development, or :production.
7
Bundler.require(*Rails.groups)
8
9
+# Ensure connection_pool 3.x compatibility for early cache store setup
10
+require_relative 'initializers/connection_pool_compat'
11
+
12
module Sofia
13
class Application < Rails::Application
14
# Initialize configuration defaults for originally generated Rails version.
0 commit comments