提交 3337da9e 编写于 作者: X Xavier Noria 提交者: Jeremy Kemper

cache.rb requires active_support/core_ext/string/inflections because it uses camelize

上级 13168e65
......@@ -4,6 +4,7 @@
require 'active_support/core_ext/exception'
require 'active_support/core_ext/class/attribute_accessors'
require 'active_support/core_ext/object/to_param'
require 'active_support/core_ext/string/inflections'
module ActiveSupport
# See ActiveSupport::Cache::Store for documentation.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册