提交 4309c1fd 编写于 作者: S Santiago Pastorino

perform_caching is now delegated to config on instance and class level

上级 8c7e8976
......@@ -63,8 +63,9 @@ def cache_configured?
included do
extend ConfigMethods
@@perform_caching = true
cattr_accessor :perform_caching
delegate :perform_caching, :perform_caching=, :to => :config
singleton_class.delegate :perform_caching, :perform_caching=, :to => :config
self.perform_caching = true
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册