Move the app/models/jobs folder to match the name of the module
This commit is contained in:
parent
abd5760569
commit
3831c13a4a
23 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue