Skip to content

Commit

Permalink
Add a missing require for 'active_support/deprecation' in Module#depr…
Browse files Browse the repository at this point in the history
…ecate
  • Loading branch information
esad committed Sep 20, 2011
1 parent 7dbf696 commit 21d27f6
Showing 1 changed file with 2 additions and 0 deletions.
@@ -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
Expand Down

0 comments on commit 21d27f6

Please sign in to comment.