Skip to content

Commit 00fa61c

Browse files
committed
Merge pull request coderwall#30 from RexMorgan/organize-jobs
Organize jobs
2 parents e30bd2b + b48629e commit 00fa61c

30 files changed

+1
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

config/application.rb

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Application < Rails::Application
1313
config.autoload_paths += Dir[ Rails.root.join('app', 'models', 'concerns', '**/') ]
1414
config.autoload_paths += Dir[ Rails.root.join('app', 'controllers', 'concerns', '**/') ]
1515
config.autoload_paths += Dir[ Rails.root.join('app', 'services', '**/' ) ]
16+
config.autoload_paths += Dir[ Rails.root.join('app', 'jobs', '**/' ) ]
1617

1718
config.autoload_paths << File.join(config.root, 'app', 'models', 'badges')
1819
config.autoload_paths << File.join(config.root, 'lib')

0 commit comments

Comments
 (0)