We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4efe5c0 + 63c7ea7 commit 8d07cbcCopy full SHA for 8d07cbc
README.md
@@ -44,7 +44,7 @@ It appears in the top menu.
44
Example of Sidekiq worker.
45
46
```
47
-./plugins/redmine_sidekiq/workers/sandbox_worker.rb
+./plugins/redmine_sidekiq/app/workers/sandbox_worker.rb
48
49
50
### Sandbox Web UI
@@ -64,7 +64,7 @@ Enqueue, click the `perform_async(*args)` of the Jobs.
64
Enqueue from the command line.
65
66
67
-$ script/rails runner 'SandboxWorker.perform_async'
+$ bin/rails runner 'SandboxWorker.perform_async'
68
69
70
## License
0 commit comments