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:
parent
3c748cc569
commit
52eec6651d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue