Move the app/models/jobs folder to match the name of the module

This commit is contained in:
Raphael Sofaer 2011-08-12 15:56:01 -07:00
parent abd5760569
commit 3831c13a4a
23 changed files with 0 additions and 3 deletions

View file

@ -1,6 +1,3 @@
require File.join(Rails.root, 'app', 'models', 'jobs', 'base')
Dir[File.join(Rails.root, 'app', 'models', 'jobs', '*.rb')].each { |file| require file }
require 'resque' require 'resque'
begin begin