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