Skip to content

Commit 01781dc

Browse files
johndbrittonsteveklabnik
authored andcommitted
fixed naming error in comments, should be Resque::Job::DontPerform (missing "::Job")
1 parent 7a1040c commit 01781dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def perform
111111

112112
begin
113113
# Execute before_perform hook. Abort the job gracefully if
114-
# Resque::DontPerform is raised.
114+
# Resque::Job::DontPerform is raised.
115115
begin
116116
before_hooks.each do |hook|
117117
job.send(hook, *job_args)

0 commit comments

Comments
 (0)