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

Add a missing require for 'active_support/deprecation' in Module#deprecate

This commit is contained in:
Esad Hajdarevic 2011-09-20 23:02:02 +02:00
parent 7dbf6960c0
commit 21d27f6069

View file

@ -1,3 +1,5 @@
require 'active_support/deprecation'
class Module
# Declare that a method has been deprecated.
# deprecate :foo