mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Require active_support at the railties
Railties need to be used without having to require any dependecy first.
This commit is contained in:
parent
85bfb08c1a
commit
0bef6ff9af
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
require "active_support"
|
||||
require "active_support/file_update_checker"
|
||||
require "active_support/core_ext/array/wrap"
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
require "active_support"
|
||||
require "active_support/i18n_railtie"
|
||||
|
||||
module ActiveSupport
|
||||
|
|
Loading…
Reference in a new issue