提交 9050f6ee 编写于 作者: J Jon Moss

Fix indentation + remove blank line

[ci skip]
上级 c47e6ffb
* Add default option to class_attribute. Before:
class_attribute :settings
self.settings = {}
class_attribute :settings
self.settings = {}
Now:
class_attribute :settings, default: {}
class_attribute :settings, default: {}
*DHH*
......@@ -15,7 +15,7 @@
* Add `ActiveSupport::CurrentAttributes` to provide a thread-isolated attributes singleton.
Primary use case is keeping all the per-request attributes easily available to the whole system.
*DHH*
* Fix implicit coercion calculations with scalars and durations
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册