aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/deprecation.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2015-03-27 16:19:45 +0900
committerAkira Matsuda <ronnie@dio.jp>2015-03-27 16:19:45 +0900
commitc31c40208b16ee446ed69464792b5976e0ae8566 (patch)
treeace81d630217ea921fb36d7fd310c06d5f94e518 /activesupport/lib/active_support/core_ext/module/deprecation.rb
parente1b967e7e0edc0f59b49558d2c3d4afd9125a59f (diff)
downloadrails-c31c40208b16ee446ed69464792b5976e0ae8566.tar.gz
rails-c31c40208b16ee446ed69464792b5976e0ae8566.tar.bz2
rails-c31c40208b16ee446ed69464792b5976e0ae8566.zip
Missing require 'active_support/deprecation'
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module/deprecation.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/module/deprecation.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/deprecation.rb b/activesupport/lib/active_support/core_ext/module/deprecation.rb
index 56d670fbe8..5134b5ad41 100644
--- a/activesupport/lib/active_support/core_ext/module/deprecation.rb
+++ b/activesupport/lib/active_support/core_ext/module/deprecation.rb
@@ -1,3 +1,5 @@
+require 'active_support/deprecation'
+
class Module
# deprecate :foo
# deprecate bar: 'message'