1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Clarify require necessity for --minimal app

This commit is contained in:
Zachary Scott 2021-05-10 10:35:57 +09:00 committed by GitHub
parent 3c748cc569
commit 52eec6651d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ module ActiveRecord
# To use the DatabaseSelector in your application with default settings add
# the following options to your environment config:
#
# # This require is only necessary when using `rails new app --minimal`
# require "active_support/core_ext/integer/time"
#
# class Application < Rails::Application