提交 5d238ea9 编写于 作者: C Carlos Antonio da Silva

Fix AR connection resolver docs to return a hash with string keys [ci skip]

上级 28161b7c
......@@ -112,7 +112,7 @@ def initialize(configurations)
#
# configurations = { "production" => { "host" => "localhost", "database" => "foo", "adapter" => "sqlite3" } }
# Resolver.new(configurations).resolve(:production)
# # => {host: "localhost", database: "foo", adapter: "sqlite3"}
# # => { "host" => "localhost", "database" => "foo", "adapter" => "sqlite3"}
#
# Initialized with URL configuration strings.
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册