Skip to content

Commit

Permalink
Merge pull request #182 from LionsHead/patch-1
Browse files Browse the repository at this point in the history
Update active_job_adapter.rb
  • Loading branch information
phstc committed Feb 26, 2016
2 parents 76a3122 + e843dc9 commit bf65b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoryuken/extensions/active_job_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def enqueue(job)
end

def enqueue_at(job, timestamp)
instance.enqueue(job, timestamp)
instance.enqueue_at(job, timestamp)
end
end

Expand Down

0 comments on commit bf65b6e

Please sign in to comment.