提交 3b51c8a5 编写于 作者: H Hendy Tanata

Update Configuring Rails Component guide example

config.time_zone is no longer in included in config/application.rb.

See 28dcadc0.
上级 7724c8cb
......@@ -32,7 +32,7 @@ Configuring Rails Components
In general, the work of configuring Rails means configuring the components of Rails, as well as configuring Rails itself. The configuration file `config/application.rb` and environment-specific configuration files (such as `config/environments/production.rb`) allow you to specify the various settings that you want to pass down to all of the components.
For example, the `config/application.rb` file includes this setting:
For example, you could add this setting to `config/application.rb` file:
```ruby
config.time_zone = 'Central Time (US & Canada)'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册