Skip to content

Commit c252935

Browse files
authored
Merge pull request #1819 from hatsu38/patch-2
SOLID QUEUE -> Solid Queue に統一します
2 parents f0274d7 + 29b2c02 commit c252935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/ja/active_job_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ ProcessVideoJob.perform_later(Video.last)
518518
MyJob.set(queue: :another_queue).perform_later(record)
519519
```
520520

521-
NOTE: [SOLID QUEUE以外の一部のバックエンド](#代替キューイングバックエンド
521+
NOTE: [Solid Queue以外の一部のバックエンド](#代替キューイングバックエンド
522522
)では、リッスンするキューを指定する必要が生じることもあります。
523523

524524
[`config.active_job.queue_name_delimiter`]:

0 commit comments

Comments
 (0)