Skip to content

Commit

Permalink
verbage
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Aug 22, 2014
1 parent 7218212 commit 5af7f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Changes.md
Expand Up @@ -3,8 +3,7 @@

- Add queues list for each process to the Busy page. [davetoxa, #1897]
- Fix for crash caused by empty config file. [jordan0day, #1901]
- Add worker generator. You can generate a worker and it test file with
`rails g sidekiq:worker User`, that will create UserWorker. [seuros, #1909]
- Add Rails Worker generator, `rails g sidekiq:worker User` will create `app/workers/user_worker.rb`. [seuros, #1909]

3.2.2
-----------
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/sidekiq/worker_generator.rb
Expand Up @@ -3,7 +3,7 @@
module Sidekiq
module Generators # :nodoc:
class WorkerGenerator < ::Rails::Generators::NamedBase # :nodoc:
desc 'This generator creates a sidekiq worker file at app/workers'
desc 'This generator creates a Sidekiq Worker in app/workers and a corresponding test'

check_class_collision suffix: 'Worker'

Expand Down

0 comments on commit 5af7f3f

Please sign in to comment.