0
0
Fork 0

Adding sync of follow relationships to Neo4J, accounts/suggestions API

This commit is contained in:
Eugen Rochko 2016-10-14 23:10:07 +02:00
parent 91144d46ec
commit e21a3fe0cd
11 changed files with 76 additions and 5 deletions

View file

@ -22,8 +22,8 @@ module Mastodon
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
# config.i18n.default_locale = :de
config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
# config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
# config.autoload_paths += Dir[Rails.root.join('app', 'api', '*')]
config.active_job.queue_adapter = :sidekiq