concern doesn't include the module automatically

[ci skip]
This commit is contained in:
Rafael Mendonça França 2013-12-17 12:39:34 -02:00
parent c56bbaaf6f
commit 5d77edf0cf

@ -124,7 +124,6 @@ def concerning(topic, &block)
#
# ...
# end
# include EventTracking
def concern(topic, &module_definition)
const_set topic, Module.new {
extend ::ActiveSupport::Concern