diff options
author | Santosh Wadghule <santosh.wadghule@gmail.com> | 2016-09-25 00:09:16 +0530 |
---|---|---|
committer | Santosh Wadghule <santosh.wadghule@gmail.com> | 2016-09-25 00:09:16 +0530 |
commit | c3fe596a4a9686474ee479703e792183407a2f9f (patch) | |
tree | 2279a7ba54e43970670e81c792c292a0a62aafdf /railties | |
parent | f08bb28702a2df5d2f9e3a354aa63cf7e738dc58 (diff) | |
download | rails-c3fe596a4a9686474ee479703e792183407a2f9f.tar.gz rails-c3fe596a4a9686474ee479703e792183407a2f9f.tar.bz2 rails-c3fe596a4a9686474ee479703e792183407a2f9f.zip |
AS => Active Support [ci skip]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails.rb b/railties/lib/rails.rb index e9c96c7b43..5d862e3fec 100644 --- a/railties/lib/rails.rb +++ b/railties/lib/rails.rb @@ -46,7 +46,7 @@ module Rails def backtrace_cleaner @backtrace_cleaner ||= begin - # Relies on Active Support, so we have to lazy load to postpone definition until AS has been loaded + # Relies on Active Support, so we have to lazy load to postpone definition until Active Support has been loaded require "rails/backtrace_cleaner" Rails::BacktraceCleaner.new end |