1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missing require 'active_support/deprecation'

This commit is contained in:
Akira Matsuda 2015-03-27 16:19:45 +09:00
parent e1b967e7e0
commit c31c40208b
3 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,7 @@ require 'active_support/core_ext/class/attribute'
require 'active_support/core_ext/kernel/reporting'
require 'active_support/core_ext/kernel/singleton_class'
require 'active_support/core_ext/string/filters'
require 'active_support/deprecation'
require 'thread'
module ActiveSupport

View file

@ -1,3 +1,5 @@
require 'active_support/deprecation'
class Module
# Encapsulates the common pattern of:
#

View file

@ -1,3 +1,5 @@
require 'active_support/deprecation'
class Module
# deprecate :foo
# deprecate bar: 'message'