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

Merge pull request #3084 from esad/master

Dependency fix for activesupport
This commit is contained in:
Xavier Noria 2012-04-05 05:57:22 -07:00
commit acae4fd4ed

View file

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