1
0
Fork 0
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:
Rafael Mendonça França 2014-05-27 14:39:24 -03:00
parent 85bfb08c1a
commit 0bef6ff9af
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
require "active_support"
require "active_support/file_update_checker"
require "active_support/core_ext/array/wrap"

View file

@ -1,3 +1,4 @@
require "active_support"
require "active_support/i18n_railtie"
module ActiveSupport