trying removing extending of empty module
This commit is contained in:
parent
ea72b1ae57
commit
aaafeb27e4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@
|
||||||
module Jobs
|
module Jobs
|
||||||
class Base
|
class Base
|
||||||
Dir["#{Rails.root}/app/models/jobs/mail/*.rb"].each {|file| require file }
|
Dir["#{Rails.root}/app/models/jobs/mail/*.rb"].each {|file| require file }
|
||||||
extend ResqueJobLogging
|
#extend ResqueJobLogging
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue