mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Rails 4 is supported
This commit is contained in:
parent
a7b422af9b
commit
da28906e3a
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ module Sidekiq
|
|||
if !File.exist?(options[:require]) ||
|
||||
(File.directory?(options[:require]) && !File.exist?("#{options[:require]}/config/application.rb"))
|
||||
logger.info "=================================================================="
|
||||
logger.info " Please point sidekiq to a Rails 3 application or a Ruby file "
|
||||
logger.info " Please point sidekiq to a Rails 3/4 application or a Ruby file "
|
||||
logger.info " to load your worker classes with -r [DIR|FILE]."
|
||||
logger.info "=================================================================="
|
||||
logger.info @parser
|
||||
|
|
Loading…
Add table
Reference in a new issue