We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c748cc commit 52eec66Copy full SHA for 52eec66
activerecord/lib/active_record/middleware/database_selector.rb
@@ -22,6 +22,7 @@ module Middleware
22
# To use the DatabaseSelector in your application with default settings add
23
# the following options to your environment config:
24
#
25
+ # # This require is only necessary when using `rails new app --minimal`
26
# require "active_support/core_ext/integer/time"
27
28
# class Application < Rails::Application
0 commit comments