From 5d77edf0cf1ed653ed3f7729d77eeb8de219d0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 17 Dec 2013 12:39:34 -0200 Subject: concern doesn't include the module automatically [ci skip] --- activesupport/lib/active_support/core_ext/module/concerning.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext/module/concerning.rb') diff --git a/activesupport/lib/active_support/core_ext/module/concerning.rb b/activesupport/lib/active_support/core_ext/module/concerning.rb index 1e151e0ee7..b22dc5ff1e 100644 --- a/activesupport/lib/active_support/core_ext/module/concerning.rb +++ b/activesupport/lib/active_support/core_ext/module/concerning.rb @@ -124,7 +124,6 @@ class Module # # ... # end - # include EventTracking def concern(topic, &module_definition) const_set topic, Module.new { extend ::ActiveSupport::Concern -- cgit v1.2.3