when resque tried to get the constant "Mail" from the "Jobs" module it got the inherited constant "Mail" (ruby gem) instead of Jobs::Mail
1 line
No EOL
75 B
Ruby
1 line
No EOL
75 B
Ruby
Dir["#{Rails.root}/app/models/jobs/mail/*.rb"].each { |file| require file } |