diff options
Diffstat (limited to 'activesupport/lib/active_support/concern.rb')
| -rw-r--r-- | activesupport/lib/active_support/concern.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/concern.rb b/activesupport/lib/active_support/concern.rb index 9d5cee54e3..342d3a9d52 100644 --- a/activesupport/lib/active_support/concern.rb +++ b/activesupport/lib/active_support/concern.rb @@ -95,7 +95,7 @@ module ActiveSupport    #   end    #    #   class Host -  #     include Bar # works, Bar takes care now of its dependencies +  #     include Bar # It works, now Bar takes care of its dependencies    #   end    module Concern      class MultipleIncludedBlocks < StandardError #:nodoc:  | 
