aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-17 12:39:34 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-12-17 12:40:44 -0200
commit5d77edf0cf1ed653ed3f7729d77eeb8de219d0b3 (patch)
tree078385aff6a82f34e8eeac4ae7ccf137c421c754 /activesupport
parentc56bbaaf6f6e0ba041eea542da9a23d18edc2715 (diff)
downloadrails-5d77edf0cf1ed653ed3f7729d77eeb8de219d0b3.tar.gz
rails-5d77edf0cf1ed653ed3f7729d77eeb8de219d0b3.tar.bz2
rails-5d77edf0cf1ed653ed3f7729d77eeb8de219d0b3.zip
concern doesn't include the module automatically
[ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/module/concerning.rb1
1 files changed, 0 insertions, 1 deletions
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