提交 ad14926b 编写于 作者: Z zhengjia

Fix the example in ActiveSupport::Concern

上级 3145c8af
......@@ -3,7 +3,7 @@ module ActiveSupport
#
# module M
# def self.included(base)
# base.extend, ClassMethods
# base.extend ClassMethods
# base.send(:include, InstanceMethods)
# scope :disabled, where(:disabled => true)
# end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册