Skip to content

Commit

Permalink
fixed naming error in comments, should be Resque::Job::DontPerform (m…
Browse files Browse the repository at this point in the history
…issing "::Job")
  • Loading branch information
johndbritton authored and steveklabnik committed Sep 23, 2012
1 parent 42456e0 commit 3648462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/job.rb
Expand Up @@ -111,7 +111,7 @@ def perform


begin begin
# Execute before_perform hook. Abort the job gracefully if # Execute before_perform hook. Abort the job gracefully if
# Resque::DontPerform is raised. # Resque::Job::DontPerform is raised.
begin begin
before_hooks.each do |hook| before_hooks.each do |hook|
job.send(hook, *job_args) job.send(hook, *job_args)
Expand Down

0 comments on commit 3648462

Please sign in to comment.