Skip to content

Commit

Permalink
Translate for home page
Browse files Browse the repository at this point in the history
Improve: change application.rb to config/application.rb
  • Loading branch information
JuanitoFatas committed Apr 18, 2015
1 parent 2b7d405 commit 92fc44e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/documents_zh-CN.yaml
Expand Up @@ -76,9 +76,9 @@
url: action_mailer_basics.html
description: 本篇介绍如何使用 Action Mailer 来收发信件。
-
name: Active Job Basics
name: Active Job 基础
url: active_job_basics.html
description: This guide provides you with all you need to get started in creating, enqueueing and executing background jobs.
description: 本篇提供创建背景任务、任务排程以及执行任务的所有知识。
-
name: Rails 程序测试指南
url: testing.html
Expand Down
3 changes: 1 addition & 2 deletions source/zh-CN/active_job_basics.md
@@ -1,4 +1,3 @@

Active Job 基础
=================

Expand Down Expand Up @@ -144,7 +143,7 @@ end
# environment
```

默认队列名称的前缀是 `_`。可以设置 `application.rb``config.active_job.queue_name_delimiter` 的值来改变:
默认队列名称的前缀是 `_`。可以设置 `config/application.rb``config.active_job.queue_name_delimiter` 的值来改变:

```ruby
# config/application.rb
Expand Down

0 comments on commit 92fc44e

Please sign in to comment.