Commit 6facf862 authored by Alper Akgun's avatar Alper Akgun

Minor typo on the "Renaming queues"

parent bb2d4497
...@@ -825,7 +825,7 @@ For the same reasons that removing workers is dangerous, care should be taken ...@@ -825,7 +825,7 @@ For the same reasons that removing workers is dangerous, care should be taken
when renaming queues. when renaming queues.
When renaming queues, use the `sidekiq_queue_migrate` helper migration method, When renaming queues, use the `sidekiq_queue_migrate` helper migration method,
as show in this example: as shown in this example:
```ruby ```ruby
class MigrateTheRenamedSidekiqQueue < ActiveRecord::Migration[5.0] class MigrateTheRenamedSidekiqQueue < ActiveRecord::Migration[5.0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment