提交 f7db067b 编写于 作者: X Xavier Noria 提交者: Yehuda Katz

adds a few missing requires in AS object.rb and module.rb

Signed-off-by: NYehuda Katz <yehudakatz@YK.local>
上级 4da45060
......@@ -7,3 +7,4 @@
require 'active_support/core_ext/module/attr_accessor_with_default'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/module/synchronization'
require 'active_support/core_ext/module/deprecation'
\ No newline at end of file
......@@ -8,3 +8,8 @@
require 'active_support/core_ext/object/metaclass'
require 'active_support/core_ext/object/misc'
require 'active_support/core_ext/object/extending'
require 'active_support/core_ext/object/returning'
require 'active_support/core_ext/object/to_param'
require 'active_support/core_ext/object/to_query'
require 'active_support/core_ext/object/with_options'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册