Skip to content

Commit

Permalink
Try to fix #282
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Cantero committed Feb 20, 2017
1 parent 087b175 commit 9aa1a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoryuken/environment_loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ def initialize(options)
end

def setup_options
load_rails if options[:rails]
initialize_options
initialize_logger
merge_cli_defined_queues
end

def load
load_rails if options[:rails]
prefix_active_job_queue_names
parse_queues
require_workers
Expand Down

0 comments on commit 9aa1a2a

Please sign in to comment.