提交 c0ce055b 编写于 作者: Y yuuji.yaginuma

Fix Active Storage configuration example [ci skip]

It is necessary to specify a value to `config.active_storage`.
上级 77efa074
......@@ -811,13 +811,13 @@ text/javascript image/svg+xml application/postscript application/x-shockwave-fla
* `config.active_storage.queue` can be used to set the name of the Active Job queue used to perform jobs like analyzing the content of a blob or purging a blog.
```ruby
config.active_job.queue = :low_priority
config.active_storage.queue = :low_priority
```
* `config.active_storage.logger` can be used to set the logger used by Active Storage. Accepts a logger conforming to the interface of Log4r or the default Ruby Logger class.
```ruby
config.active_job.logger = ActiveSupport::Logger.new(STDOUT)
config.active_storage.logger = ActiveSupport::Logger.new(STDOUT)
```
### Configuring a Database
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册