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:
parent
e1b967e7e0
commit
c31c40208b
3 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
require 'active_support/deprecation'
|
||||
|
||||
class Module
|
||||
# Encapsulates the common pattern of:
|
||||
#
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
require 'active_support/deprecation'
|
||||
|
||||
class Module
|
||||
# deprecate :foo
|
||||
# deprecate bar: 'message'
|
||||
|
|
Loading…
Reference in a new issue