Skip to content

Commit

Permalink
rubocop says . . .
Browse files Browse the repository at this point in the history
  • Loading branch information
Alicia Cozine committed May 1, 2017
1 parent 769b05c commit 361ba0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/resque.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'resque/tasks'
task "resque:setup" => :environment do
ENV['QUEUE'] = '*'

Resque.after_fork do |job|
Resque.after_fork do
ActiveRecord::Base.establish_connection
end

Expand Down

0 comments on commit 361ba0c

Please sign in to comment.