aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-05 08:40:51 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-05 08:40:51 -0700
commit3f05f09b5de2808387c3eadd913f227533124a77 (patch)
tree46699d9c72f83cddfd095e2a5f352ce103a7a6d2 /activesupport/lib/active_support
parentb54ef7ebdeeb0463e3348001d3d16b39a7e09506 (diff)
parentc4885e7956612b40f7b7bdf9f3247fbc9b25ace0 (diff)
downloadrails-3f05f09b5de2808387c3eadd913f227533124a77.tar.gz
rails-3f05f09b5de2808387c3eadd913f227533124a77.tar.bz2
rails-3f05f09b5de2808387c3eadd913f227533124a77.zip
Merge pull request #11314 from raysrashmi/fix-missing-deprecation-stuff
Adding back deprecation require in all.rb
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/all.rb1
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'