diff options
author | Rashmi Yadav <rays.rashmi@gmail.com> | 2013-07-05 17:11:19 +0200 |
---|---|---|
committer | Rashmi Yadav <rays.rashmi@gmail.com> | 2013-07-05 17:11:19 +0200 |
commit | c4885e7956612b40f7b7bdf9f3247fbc9b25ace0 (patch) | |
tree | 46699d9c72f83cddfd095e2a5f352ce103a7a6d2 /activesupport | |
parent | b54ef7ebdeeb0463e3348001d3d16b39a7e09506 (diff) | |
download | rails-c4885e7956612b40f7b7bdf9f3247fbc9b25ace0.tar.gz rails-c4885e7956612b40f7b7bdf9f3247fbc9b25ace0.tar.bz2 rails-c4885e7956612b40f7b7bdf9f3247fbc9b25ace0.zip |
Adding back deprecation require in all.rb
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/all.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/all.rb b/activesupport/lib/active_support/all.rb index f537818300..151008bbaa 100644 --- a/activesupport/lib/active_support/all.rb +++ b/activesupport/lib/active_support/all.rb @@ -1,3 +1,4 @@ require 'active_support' +require 'active_support/deprecation' require 'active_support/time' require 'active_support/core_ext' |