Skip to content

Commit 52eec66

Browse files
authored
Clarify require necessity for --minimal app
1 parent 3c748cc commit 52eec66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activerecord/lib/active_record/middleware/database_selector.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module Middleware
2222
# To use the DatabaseSelector in your application with default settings add
2323
# the following options to your environment config:
2424
#
25+
# # This require is only necessary when using `rails new app --minimal`
2526
# require "active_support/core_ext/integer/time"
2627
#
2728
# class Application < Rails::Application

0 commit comments

Comments
 (0)