load jobs/concerns
This commit is contained in:
parent
ec3118e82c
commit
e98b2417cb
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ module TPS
|
|||
Rails.autoloaders.main.ignore(Rails.root.join('lib/linters'))
|
||||
Rails.autoloaders.main.ignore(Rails.root.join('lib/tasks/task_helper.rb'))
|
||||
config.paths.add Rails.root.join('spec/mailers/previews').to_s, eager_load: true
|
||||
config.autoload_paths << "#{Rails.root}/app/jobs/concerns"
|
||||
|
||||
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
|
||||
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
|
||||
|
|
Loading…
Add table
Reference in a new issue