Skip to content

Commit

Permalink
Fix use of Deprecation without requiring active_support/deprecation i…
Browse files Browse the repository at this point in the history
…n ActiveSupport::Concern
  • Loading branch information
marten committed Jan 31, 2012
1 parent 175cdd1 commit cb46423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activesupport/lib/active_support/concern.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'active_support/deprecation'

module ActiveSupport
# A typical module looks like this:
#
Expand Down

0 comments on commit cb46423

Please sign in to comment.