Skip to content

Commit

Permalink
Remove a circular require in AS deprecations. This is safe as AS depr…
Browse files Browse the repository at this point in the history
…ecations is autoloaded as needed.
  • Loading branch information
joshk committed May 12, 2011
1 parent 987f79c commit 3d03c79
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,3 @@
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 3d03c79

Please sign in to comment.